|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.uci.isr.yancees.plugin.generic.GenericPluginFactory
Title: Yancees Notification Server
Description: Yet ANother Configurable Extensible Event Service
Copyright: Copyright (c) 2003
Company: School of Information and Computer Science - University of California, Irvine
Constructor Summary | |
GenericPluginFactory()
|
Method Summary | |
PluginInterface |
createNewInstance(org.w3c.dom.Node subTree)
Creates a plug-in instance that processes the expression provided The default creation mode is unshared: a new instance is created. |
SharedPluginInterface |
createNewSharedInstance(org.w3c.dom.Node subTree)
Creates shared plug-in instance that processes the expression provided This instance is shared. |
java.lang.String[] |
getTags()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public GenericPluginFactory()
Method Detail |
public java.lang.String[] getTags()
getTags
in interface PluginFactoryInterface
public PluginInterface createNewInstance(org.w3c.dom.Node subTree) throws PluginFactoryException
PluginFactoryInterface
createNewInstance
in interface PluginFactoryInterface
PluginFactoryException
public SharedPluginInterface createNewSharedInstance(org.w3c.dom.Node subTree) throws PluginFactoryException
PluginFactoryInterface
createNewSharedInstance
in interface PluginFactoryInterface
PluginFactoryException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |