|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.soda.dk.core.EscObject
org.eclipse.soda.dk.device.Control
org.eclipse.soda.dk.device.Container
public abstract class Container
The Container class implements the ControlService interface.
Control,
ControlService,
ErrorListener,
Hashtable,
MessageHandler| Field Summary | |
|---|---|
protected Measurement |
capabilities
Defines the Capabilities measurement. |
protected Measurement |
configuration
Defines the Configuration measurement. |
protected static int |
DEVICE_ACTIVE_STATE_RESOURCE
Define the device active state resource (int) constant. |
protected static int |
DEVICE_ALIVE_STATE_RESOURCE
Define the device alive state resource (int) constant. |
protected static int |
DEVICE_CHANGED_EXCEPTION_RESOURCE
Define the device changed exception resource (int) constant. |
protected static int |
DEVICE_CONNECTED_STATE_RESOURCE
Define the device connected state resource (int) constant. |
protected static int |
DEVICE_CREATED_STATE_RESOURCE
Define the device created state resource (int) constant. |
protected static int |
DEVICE_DEAD_STATE_RESOURCE
Define the device dead state resource (int) constant. |
protected static int |
DEVICE_STARTED_STATE_RESOURCE
Define the device started state resource (int) constant. |
protected static int[] |
DEVICE_STATE_RESOURCE_TABLE
Define the device state resource table (int[]) constant. |
protected static int |
EXCEPTION_NO_TRANSPORT_RESOURCE
Define the exception no transport resource (int) constant. |
protected static int |
INITIALIZE_CONFIGURATION_EXCEPTION_RESOURCE
Define the exception no transport resource (int) constant. |
protected static int |
INITIALIZE_CONFIGURATION_MISCOMPARE_RESOURCE
Define the initialize configuration miscompare resource (int) constant. |
protected static int |
INITIALIZE_CONFIGURATION_RESOURCE
Define the initialize configuration resource (int) constant. |
protected static int |
INITIALIZE_CONFIGURATION_SAME_RESOURCE
Define the initialize configuration same resource (int) constant. |
protected static int |
INITIALIZE_READ_EXCEPTION_RESOURCE
Define the initialize read exception resource (int) constant. |
protected static int |
INITIALIZE_WRITE_EXCEPTION_RESOURCE
Define the initialize write exception resource (int) constant. |
protected static int |
MESSAGE_RECEIVED_EXCEPTION_RESOURCE
Define the message received exception resource (int) constant. |
protected static int |
PROCESSING_UNABLE_TO_KEEP_UP_EXCEPTION_RESOURCE
Define the processing unable to keep up exception resource (int) constant. |
protected static int |
RUN_EXCEPTION_RESOURCE
Define the run exception resource (int) constant. |
protected static int |
SEND_EXCEPTION_RESOURCE
Define the send exception resource (int) constant. |
protected java.lang.Object |
stateChanaged
Define the state chanaged (Object) field. |
protected Measurement |
status
Define the status (Measurement) field. |
static char |
TOPIC_DELIMITER
Define the topic delimiter (char) constant. |
| Fields inherited from class org.eclipse.soda.dk.device.Control |
|---|
EXCEPTION_READ_FAILED_RESOURCE, SETVALUEEXCEPTION_RESOURCE |
| Fields inherited from class org.eclipse.soda.dk.core.EscObject |
|---|
CLONE_EXCEPTION_RESOURCE, EMPTY_BYTES, EMPTY_STRING, ERROR_OCCURRED_EXCEPTION_RESOURCE, ID_FILTER_KEY, ID_KEY, ID_KEY_ANY, INTEGER_TABLE, KEY_KEY, LOG_DEBUG, LOG_ERROR, LOG_INFO, LOG_TRACE, LOG_WARNING, PREFIX_KEY, RESOURCE_BUNDLE, SLEEP_EXCEPTION_RESOURCE, SYSTEM_INFO_RESOURCE, TO_STRING_CONFIGURATION_KEYS, TRACE_LEVEL_HIGH, TRACE_LEVEL_LOW, TRACE_LEVEL_MAX, TRACE_LEVEL_MIN, TRACE_LEVEL_NONE, TRACE_LEVEL_NORMAL, TRACELEVEL_KEY, UNKNOWN_ERROR_RESOURCE |
| Constructor Summary | |
|---|---|
Container()
Constructs a Container object. |
|
Container(java.lang.String key)
Constructs an instance of this class from the specified key parameter. |
|
| Method Summary | |
|---|---|
void |
activate()
Activate. |
protected void |
addQualifiedKeys(java.lang.String id)
Add qualified keys with the specified new id parameter. |
protected boolean |
attemptRecoveryFromError(int errorNumber,
java.lang.Throwable error)
Returns true if attempt recovery from error. |
void |
broadcast(java.lang.String topic,
java.util.Dictionary data)
Publish with the specified arg0 and arg1 parameters. |
void |
broadcastStatus()
Broadcast status. |
void |
broadcastStatus(java.lang.Object timestamp,
int newState,
int oldState)
Broadcast status with the specified source, timestamp, new state and old state parameters. |
protected void |
changeIds(java.lang.String oldId,
java.lang.String newId)
Change ids with the specified old id and new id parameters. |
org.osgi.framework.Filter |
createFilter(java.lang.String filterString)
Create filter with the specified filter string parameter and return the Filter result. |
void |
deactivate()
Deactivate. |
java.util.Enumeration |
elements()
Perform the elements method and return the Enumeration
result. |
void |
errorOccurred(java.lang.Object source,
java.lang.Object timestamp,
java.lang.Object data)
The errorOccurred method is called when an error has occurred. |
void |
exit()
Exit. |
void |
fireContainerChanged(java.lang.Object timestamp,
int newState,
int oldState)
This method will be called when the state of the DeviceService changes to notify listeners of the changes. |
void |
fireErrorOccurred(java.lang.Object timestamp,
java.lang.Object data)
Perform the fireErrorOccurred action method. |
ControlService |
get(java.lang.String key)
Perform the get method and return the ControlService
result. |
org.osgi.framework.BundleContext |
getBundleContext()
Gets the bundle context value. |
MeasurementService |
getCapabilities()
Defines the Capabilities measurement. |
CommandService |
getCommand(java.lang.String key)
Perform the getCommand method and return the CommandService
result. |
MeasurementService |
getConfiguration()
Defines the Configuration measurement. |
java.util.Dictionary |
getConfigurationInformation()
Return the property table. |
java.lang.Object |
getConfigurationInformation(java.lang.String propertyName)
Return the property value. |
ConfigurationService |
getConfigurationService()
Gets the configuration service value. |
protected int |
getControlCapacity()
Gets the control capacity. |
java.util.Hashtable |
getControls()
Gets the Hashtable controls property value. |
abstract java.lang.String |
getDefaultKey()
Method getDefaultKey. |
short |
getDefaultStyle()
Gets the default style (short) value. |
protected int |
getErrorSeverity(int errorNumber,
java.lang.Throwable error)
Return the error severity of the specified error number. |
java.lang.String |
getId()
Gets the id (String) value. |
int |
getInformation()
Gets the int information property value. |
java.lang.Object |
getLogDetails4()
Gets the log details4 (Object) value. |
java.lang.Object |
getLogDetails5()
Gets the log details5 (Object) value. |
java.lang.Object |
getLogDetails6()
Gets the log details6 (Object) value. |
MeasurementService |
getMeasurement(java.lang.String key)
Perform the getMeasurement method and return the MeasurementService result. |
NotificationController |
getNotificationController()
Gets the notification controller value. |
NotificationService |
getNotificationService()
Gets the notification service value. |
java.lang.String |
getPrefix()
Gets the prefix (String) value. |
long |
getReadTimeout()
Gets the read timeout (long) value. |
SignalService |
getSignal(java.lang.String key)
Perform the getSignal method and return the SignalService
result. |
int |
getState()
Gets the state (int) value. |
MeasurementService |
getStatus()
Defines the Status measurement. |
java.util.Dictionary |
getStatusDictionary(int newState,
int oldState)
Get status dictionary with the specified new state and old state parameters and return the Dictionary result. |
java.lang.String |
getString(java.lang.String key,
java.lang.String defaultString)
Get string with the specified key and default string parameters and return the String result. |
int |
getStyle()
Gets the int style property value. |
TransportService |
getTransport()
Gets the Transport transport property value. |
void |
initializeMeasurements()
Perform the initializeMeasurements action method. |
boolean |
isInitializeMeasurements()
Gets the boolean initializeMeasurements property value. |
boolean |
isRunning()
Gets the running (boolean) value. |
java.util.Enumeration |
keys()
Perform the keys method and return the Enumeration result. |
protected void |
load(ControlService control)
Perform the load action method. |
void |
notificationReceived(java.lang.String externalKey,
java.util.Dictionary data)
Notification received with the specified external key and data parameters. |
java.lang.String |
prependPrefix(java.lang.String topic)
Prepend prefix with the specified topic parameter and return the String result. |
java.lang.String |
prependPrefix(java.lang.String topicPrefix,
java.lang.String topic)
Prepend prefix with the specified topic prefix and topic parameters and return the String result. |
void |
put(ControlService control)
Put with the specified control parameter. |
void |
put(java.lang.String key,
ControlService control)
Perform the put action method. |
void |
putConfigurationInformation(java.lang.String propertyName,
java.lang.Object value)
Set the specified property value. |
void |
register(java.lang.String topic)
Subscribe with the specified arg0 and arg1 parameters. |
void |
register(java.lang.String[] topics)
Subscribe with the specified arg0 and arg1 parameters. |
void |
remove(java.lang.String key)
Perform the remove action method. |
void |
removeListeners(DeviceService device)
Remove listeners with the specified device parameter. |
protected void |
removeQualifiedKeys()
Remove qualified keys. |
void |
send(MessageService message)
Perform the send action method. |
void |
setBundleContext(org.osgi.framework.BundleContext bundleContext)
Sets the bundle context value. |
void |
setConfigurationInformation(java.util.Dictionary configurationInformation)
Sets the configuration information value. |
protected void |
setInformation(int information)
Sets the information property. |
void |
setListenersNull()
Set listeners null. |
void |
setNotificationController(NotificationController notificationController)
Sets the notification controller value. |
void |
setNotificationService(NotificationService notificationService)
Sets the notification service value. |
void |
setState(int state)
Set the state of the Device. |
void |
setStyle(short style)
Sets the style property. |
void |
setTransport(TransportService transport)
Sets the transport property. |
void |
setup()
Method setup. |
void |
setupCustom()
Setup custom. |
void |
setupNotification()
Setup notification. |
void |
setupNotificationCustom()
Setup notification custom. |
void |
start()
Start. |
void |
startupCommands()
Startup commands. |
void |
stop()
Stop. |
java.lang.String |
toString()
Returns the string value. |
void |
toStringInfo(java.lang.StringBuffer buffer)
To string info with the specified buffer parameter. |
void |
transportStartedWait()
Active wait. |
void |
unregister(NotificationListener pubSubListener)
Unsubscribe with the specified arg0 parameter. |
void |
unsubscribe()
Unsubscribe. |
| Methods inherited from class org.eclipse.soda.dk.device.Control |
|---|
equalsValue, getCodeKey, getKey, getQualifiedKey, getResource, setKey, setQualifiedKey |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final char TOPIC_DELIMITER
protected static final int DEVICE_DEAD_STATE_RESOURCE
protected static final int DEVICE_CREATED_STATE_RESOURCE
protected static final int DEVICE_ALIVE_STATE_RESOURCE
protected static final int DEVICE_CONNECTED_STATE_RESOURCE
protected static final int DEVICE_ACTIVE_STATE_RESOURCE
protected static final int DEVICE_STARTED_STATE_RESOURCE
protected static final int[] DEVICE_STATE_RESOURCE_TABLE
protected static final int DEVICE_CHANGED_EXCEPTION_RESOURCE
protected static final int RUN_EXCEPTION_RESOURCE
protected static final int INITIALIZE_READ_EXCEPTION_RESOURCE
protected static final int INITIALIZE_WRITE_EXCEPTION_RESOURCE
protected static final int SEND_EXCEPTION_RESOURCE
protected static final int PROCESSING_UNABLE_TO_KEEP_UP_EXCEPTION_RESOURCE
protected static final int MESSAGE_RECEIVED_EXCEPTION_RESOURCE
protected static final int INITIALIZE_CONFIGURATION_EXCEPTION_RESOURCE
protected static final int INITIALIZE_CONFIGURATION_RESOURCE
protected static final int INITIALIZE_CONFIGURATION_MISCOMPARE_RESOURCE
protected static final int INITIALIZE_CONFIGURATION_SAME_RESOURCE
protected static final int EXCEPTION_NO_TRANSPORT_RESOURCE
protected final java.lang.Object stateChanaged
protected Measurement status
protected Measurement configuration
protected Measurement capabilities
| Constructor Detail |
|---|
public Container()
Container object.
Container(String)public Container(java.lang.String key)
String) parameter. The key (String)
parameter.
The key (String) parameter.
key - The key (String) parameter.Container()| Method Detail |
|---|
public void activate()
protected void addQualifiedKeys(java.lang.String id)
String)
parameter. The id (String) parameter. The id (String)
parameter.
The id (String) parameter.
id - The id (String) parameter.removeQualifiedKeys()
protected boolean attemptRecoveryFromError(int errorNumber,
java.lang.Throwable error)
EscObject
attemptRecoveryFromError in class ControlerrorNumber - The error number (int) parameter.error - The error (Throwable) parameter.
boolean)
value. The error number (int) parameter. The
error (Throwable) parameter.
The error number (int) parameter.
The error (Throwable) parameter.The error number (int) parameter. The error (Throwable)
parameter.
public void broadcast(java.lang.String topic,
java.util.Dictionary data)
String)
parameter. The arg1 (Object) parameter. The topic (String)
parameter. The data (Dictionary) parameter.
The topic (String) parameter.
The data (Dictionary) parameter.
topic - The topic (String) parameter.data - The data (Dictionary) parameter.public void broadcastStatus()
broadcastStatus(Object,int,int),
getStatus()
public void broadcastStatus(java.lang.Object timestamp,
int newState,
int oldState)
DeviceService) parameter.
The timestamp (Object) parameter. The new state (int)
parameter. The old state (int) parameter.
The timestamp (Object) parameter.
The new state (int) parameter.
The old state (int) parameter.
timestamp - The timestamp (Object) parameter.newState - The new state (int) parameter.oldState - The old state (int) parameter.broadcastStatus(),
getStatus()
protected void changeIds(java.lang.String oldId,
java.lang.String newId)
String)
parameter. The new id (String) parameter. The old id (String)
parameter. The new id (String) parameter.
The old id (String) parameter.
The new id (String) parameter.
oldId - The old id (String) parameter.newId - The new id (String) parameter.
public org.osgi.framework.Filter createFilter(java.lang.String filterString)
throws org.osgi.framework.InvalidSyntaxException
String) parameter.
filterString - The filter string (String) parameter.
Filter) value.
Invalid Syntax Exception.
The filter string (String) parameter.
Invalid Syntax Exception.
org.osgi.framework.InvalidSyntaxException - Invalid Syntax Exception.public void deactivate()
public java.util.Enumeration elements()
Enumeration
result.
Enumeration) value.
public void errorOccurred(java.lang.Object source,
java.lang.Object timestamp,
java.lang.Object data)
Object)
parameter. The timestamp (Object) parameter. The data (Object)
parameter.
The source (Object) parameter.
The timestamp (Object) parameter.
The data (Object) parameter.
errorOccurred in interface ErrorListenererrorOccurred in class Controlsource - The source (Object) parameter.timestamp - The timestamp (Object) parameter.data - The data (Object) parameter.fireErrorOccurred(Object,Object)public void exit()
public void fireContainerChanged(java.lang.Object timestamp,
int newState,
int oldState)
org.eclipse.soda.dk.device.service.DeviceService
java.lang.Object
The new state of the TransportService. The old state of the
TransportService. The source (ContainerService)
parameter. The timestamp (Object) parameter. The new
state (int) parameter. The old state (int)
parameter.
The timestamp (Object) parameter.
The new state (int) parameter.
The old state (int) parameter.
timestamp - The timestamp (Object) parameter.newState - The new state (int) parameter.oldState - The old state (int) parameter.
public void fireErrorOccurred(java.lang.Object timestamp,
java.lang.Object data)
java.lang.Object
java.lang.Object The
timestamp (Object) parameter. The data (Object)
parameter.
The timestamp (Object) parameter.
The data (Object) parameter.
timestamp - The timestamp (Object) parameter.data - The data (Object) parameter.public ControlService get(java.lang.String key)
ControlService
result. java.lang.String
key - The key (String) parameter.
ControlService) value. The
key (String) parameter.
The key (String) parameter.public org.osgi.framework.BundleContext getBundleContext()
BundleContext) value.setBundleContext(BundleContext)public MeasurementService getCapabilities()
MeasurementService)
value.
public CommandService getCommand(java.lang.String key)
throws java.lang.ClassCastException
CommandService
result. String
href="java.lang.ClassCastException.html">ClassCastException Thrown
if the ClassCastException exception condition occurs.
key - The key (String) parameter.
CommandService)
value. The key (String) parameter. Class Cast
Exception.
The key (String) parameter.
Class Cast Exception.
java.lang.ClassCastException - Class Cast Exception.public MeasurementService getConfiguration()
MeasurementService)
value.public java.util.Dictionary getConfigurationInformation()
Dictionary)
value.getConfigurationInformation(String),
putConfigurationInformation(String,Object),
setConfigurationInformation(Dictionary)public java.lang.Object getConfigurationInformation(java.lang.String propertyName)
String)
parameter.
propertyName - The property name (String) parameter.
Object)
value. The property name (String) parameter.
The property name (String) parameter.getConfigurationInformation(),
putConfigurationInformation(String,Object),
setConfigurationInformation(Dictionary)public ConfigurationService getConfigurationService()
getConfigurationService in class EscObjectConfigurationService)
value.protected int getControlCapacity()
public java.util.Hashtable getControls()
Hashtable controls property value.
Hashtable) value.public abstract java.lang.String getDefaultKey()
String) value.public short getDefaultStyle()
short) value.
protected int getErrorSeverity(int errorNumber,
java.lang.Throwable error)
EscObject
getErrorSeverity in class ControlerrorNumber - The error number (int) parameter.error - The error (Throwable) parameter.
int) value.
The error number (int) parameter. The error (Throwable)
parameter.
The error number (int) parameter.
The error (Throwable) parameter.The error number (int) parameter. The error (Throwable)
parameter.public java.lang.String getId()
String) value.public int getInformation()
int information property value.
int) value.getConfigurationInformation(),
getConfigurationInformation(String),
putConfigurationInformation(String,Object),
setConfigurationInformation(Dictionary),
setInformation(int)public java.lang.Object getLogDetails4()
getLogDetails4 in class EscObjectObject) value.public java.lang.Object getLogDetails5()
getLogDetails5 in class EscObjectObject) value.public java.lang.Object getLogDetails6()
getLogDetails6 in class EscObjectObject) value.
public MeasurementService getMeasurement(java.lang.String key)
throws java.lang.ClassCastException
MeasurementService result. String
href="java.lang.ClassCastException.html">ClassCastException Thrown
if the ClassCastException exception condition occurs.
key - The key (String) parameter.
MeasurementService)
value. The key (String) parameter. Class Cast
Exception.
The key (String) parameter.
Class Cast Exception.
java.lang.ClassCastException - Class Cast Exception.public NotificationController getNotificationController()
NotificationController)
value.setNotificationController(NotificationController)public NotificationService getNotificationService()
NotificationService)
value.setNotificationService(NotificationService)public java.lang.String getPrefix()
String) value.prependPrefix(String),
prependPrefix(String,String)public long getReadTimeout()
long) value.
public SignalService getSignal(java.lang.String key)
throws java.lang.ClassCastException
SignalService
result. String
href="java.lang.ClassCastException.html">ClassCastException Thrown
if the ClassCastException exception condition occurs.
key - The key (String) parameter.
SignalService) value.
The key (String) parameter. Class Cast
Exception.
The key (String) parameter.
Class Cast Exception.
java.lang.ClassCastException - Class Cast Exception.public int getState()
int) value.setState(int)public MeasurementService getStatus()
MeasurementService)
value.broadcastStatus(),
broadcastStatus(Object,int,int)
public java.util.Dictionary getStatusDictionary(int newState,
int oldState)
int)
parameter. The old state (int) parameter.
newState - The new state (int) parameter.oldState - The old state (int) parameter.
Dictionary)
value.
The new state (int) parameter.
The old state (int) parameter.
public java.lang.String getString(java.lang.String key,
java.lang.String defaultString)
String) parameter.
The default string (String) parameter.
getString in class EscObjectkey - The key (String) parameter.defaultString - The default string (String) parameter.
String) value. The
key (String) parameter. The default string (String)
parameter.
The key (String) parameter.
The default string (String) parameter.toString()public int getStyle()
int style property value.
int) value.getDefaultStyle(),
setStyle(short)public TransportService getTransport()
Transport transport property value.
TransportService)
value.DeviceService.getTransport(),
setTransport(TransportService)public void initializeMeasurements()
isInitializeMeasurements()public boolean isInitializeMeasurements()
boolean initializeMeasurements property value.
boolean)
value.public boolean isRunning()
boolean) value.public java.util.Enumeration keys()
Enumeration result.
Enumeration) value.protected void load(ControlService control)
org.eclipse.soda.dk.device.service.ControlService The
control (ControlService) parameter.
The control (ControlService) parameter.
control - The control (ControlService) parameter.
public void notificationReceived(java.lang.String externalKey,
java.util.Dictionary data)
String) parameter. The
data (Dictionary) parameter.
The external key (String) parameter.
The data (Dictionary) parameter.
externalKey - The external key (String) parameter.data - The data (Dictionary) parameter.public java.lang.String prependPrefix(java.lang.String topic)
String) parameter.
topic - The topic (String) parameter.
String) value.
The topic (String) parameter.getPrefix(),
prependPrefix(String,String)
public java.lang.String prependPrefix(java.lang.String topicPrefix,
java.lang.String topic)
String)
parameter. The topic (String) parameter.
topicPrefix - The topic prefix (String) parameter.topic - The topic (String) parameter.
String) value.
The topic prefix (String) parameter.
The topic (String) parameter.getPrefix(),
prependPrefix(String)
public void put(java.lang.String key,
ControlService control)
java.lang.String The
control (ControlService) parameter. The key (String)
parameter. The control (ControlService) parameter.
The key (String) parameter.
The control (ControlService) parameter.
key - The key (String) parameter.control - The control (ControlService) parameter.put(ControlService)public void put(ControlService control)
ControlService)
parameter. The control (ControlService) parameter.
The control (ControlService) parameter.
control - The control (ControlService) parameter.put(String,ControlService)
public void putConfigurationInformation(java.lang.String propertyName,
java.lang.Object value)
String)
parameter. The value (Object) parameter. The property
name (String) parameter. The value (Object)
parameter.
The property name (String) parameter.
The value (Object) parameter.
propertyName - The property name (String) parameter.value - The value (Object) parameter.getConfigurationInformation(),
getConfigurationInformation(String),
setConfigurationInformation(Dictionary)public void register(java.lang.String topic)
String)
parameter. The arg1 (NotificationListener) parameter.
The topics (String) parameter. The pub sub listener (NotificationListener)
parameter.
The topic (String) parameter.
topic - The topic (String) parameter.register(String[])public void register(java.lang.String[] topics)
String[])
parameter. The arg1 (NotificationListener) parameter.
The topics (String[]) parameter. The pub sub listener (NotificationListener)
parameter.
The topics (String[]) parameter.
topics - The topics (String[]) parameter.register(String)public void remove(java.lang.String key)
java.lang.String The key (String)
parameter.
The key (String) parameter.
key - The key (String) parameter.public void removeListeners(DeviceService device)
DeviceService) parameter.
device - The device (DeviceService) parameter.protected void removeQualifiedKeys()
addQualifiedKeys(String)public void send(MessageService message)
org.eclipse.soda.dk.message.service.MessageService The
message (MessageService) parameter.
The message (MessageService) parameter.
message - The message (MessageService) parameter.public void setBundleContext(org.osgi.framework.BundleContext bundleContext)
BundleContext)
parameter.
The bundle context (BundleContext) parameter.
bundleContext - The bundle context (BundleContext) parameter.getBundleContext()public void setConfigurationInformation(java.util.Dictionary configurationInformation)
Dictionary)
parameter. The configuration information (Dictionary)
parameter.
The configuration information (Dictionary)
parameter.
configurationInformation - The configuration information (Dictionary) parameter.getConfigurationInformation(),
getConfigurationInformation(String),
putConfigurationInformation(String,Object)protected void setInformation(int information)
int).
The information (int) parameter.
The information (int) parameter.
information - The information (int) parameter.getConfigurationInformation(),
getConfigurationInformation(String),
getInformation(),
putConfigurationInformation(String,Object),
setConfigurationInformation(Dictionary)public void setListenersNull()
public void setNotificationController(NotificationController notificationController)
NotificationController)
parameter.
The notification controller (NotificationController)
parameter.
notificationController - The notification controller (NotificationController) parameter.getNotificationController()public void setNotificationService(NotificationService notificationService)
NotificationService)
parameter. The notification service (NotificationService)
parameter. The notification service (NotificationService)
parameter.
The notification service (NotificationService)
parameter.
notificationService - The notification service (NotificationService) parameter.getNotificationService()public void setState(int state)
int) parameter.
The state (int) parameter.
The state (int) parameter.
state - The state (int) parameter.getState()public void setStyle(short style)
short).
The style (short) parameter.
The style (short) parameter.
style - The style (short) parameter.getDefaultStyle(),
getStyle()public void setTransport(TransportService transport)
org.eclipse.soda.dk.transport.service.TransportService).
The transport (TransportService) parameter.
The transport (TransportService) parameter.
transport - The transport (TransportService) parameter.getTransport()public void setup()
public void setupCustom()
setupNotificationCustom()public void setupNotification()
public void setupNotificationCustom()
public void start()
public void startupCommands()
public void stop()
public java.lang.String toString()
toString in class ControlString) value.getString(String,String)public void toStringInfo(java.lang.StringBuffer buffer)
StringBuffer)
parameter. The buffer (StringBuffer) parameter.
The buffer (StringBuffer) parameter.
toStringInfo in class EscObjectbuffer - The buffer (StringBuffer) parameter.public void transportStartedWait()
public void unregister(NotificationListener pubSubListener)
NotificationListener)
parameter. The pub sub listener (NotificationListener)
parameter.
The pub sub listener (NotificationListener)
parameter.
pubSubListener - The pub sub listener (NotificationListener) parameter.public void unsubscribe()
|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||