edu.uci.isr.yancees.server.dispatcher.siena
Class SienaLocalAdapter
java.lang.Object
edu.uci.isr.yancees.server.dispatcher.siena.AbstractSienaAdapter
edu.uci.isr.yancees.server.dispatcher.siena.SienaLocalAdapter
- All Implemented Interfaces:
- EventDispatcherAdapterInterface
- public class SienaLocalAdapter
- extends AbstractSienaAdapter
Method Summary |
void |
connect()
The connection to siena changes whether it is local or remote. |
void |
connect(java.lang.String address)
Connects to siena bafore any method can be used. |
java.lang.String |
getAdapterName()
|
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ADAPTER_NAME
public final java.lang.String ADAPTER_NAME
- See Also:
- Constant Field Values
SienaLocalAdapter
public SienaLocalAdapter(java.lang.String address)
throws DispatcherException
- Constructor
SienaLocalAdapter
public SienaLocalAdapter()
connect
public void connect()
throws DispatcherException
- Description copied from class:
AbstractSienaAdapter
- The connection to siena changes whether it is local or remote.
- Specified by:
connect
in class AbstractSienaAdapter
- Throws:
DispatcherException
connect
public void connect(java.lang.String address)
throws DispatcherException
- Connects to siena bafore any method can be used.
this method is used by the architecture manager to initialize the dispatcher
and is not part of the EventDispatcherInterface
- Specified by:
connect
in interface EventDispatcherAdapterInterface
- Specified by:
connect
in class AbstractSienaAdapter
- Throws:
DispatcherException
getAdapterName
public java.lang.String getAdapterName()
- Returns:
- a name that identifies this adapter.