edu.uci.isr.yancees.server.plugin.protocol.polling
Class PollProtocolPluginFactory

java.lang.Object
  extended byedu.uci.isr.yancees.server.plugin.protocol.polling.PollProtocolPluginFactory
All Implemented Interfaces:
PluginFactoryInterface, ProtocolPluginFactoryInterface

public class PollProtocolPluginFactory
extends java.lang.Object
implements ProtocolPluginFactoryInterface

Author:
rsilvafi class created at May 3, 2004

Constructor Summary
PollProtocolPluginFactory()
           
 
Method Summary
 ProtocolPluginInterface createNewInstance(SubscriberInterface si)
          Creates a plug-in instance that processes the expression provided The default creation mode is unshared: a new instance is created.
 java.lang.String[] getTags()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PollProtocolPluginFactory

public PollProtocolPluginFactory()
Method Detail

createNewInstance

public ProtocolPluginInterface createNewInstance(SubscriberInterface si)
                                          throws PluginFactoryException
Description copied from interface: ProtocolPluginFactoryInterface
Creates a plug-in instance that processes the expression provided The default creation mode is unshared: a new instance is created.

Specified by:
createNewInstance in interface ProtocolPluginFactoryInterface
Parameters:
si - is the subscriber interface that may receive events from the new plugin.
Returns:
a reference to the plugin created
Throws:
PluginFactoryException

getTags

public java.lang.String[] getTags()
Specified by:
getTags in interface PluginFactoryInterface