1.0.0

org.eclipse.soda.dk.agent
Class Agent

java.lang.Object
  extended by org.eclipse.soda.dk.agent.Agent
All Implemented Interfaces:
AgentService

public class Agent
extends java.lang.Object
implements AgentService

Version:
1.0.0

Field Summary
protected  NotificationService notificationService
          Define the notification service (NotificationService) field.
 
Fields inherited from interface org.eclipse.soda.dk.agent.service.AgentService
SERVICE_NAME
 
Constructor Summary
Agent()
          Constructs an instance of this class.
 
Method Summary
 void exit()
          Exit.
 java.util.Dictionary getConfigurationInformation()
          Gets the configuration information (Dictionary) value.
 NotificationService getNotificationService()
          Gets the notification service value.
 void setConfigurationInformation(java.util.Dictionary configurationInformation)
          Sets the configuration information value.
 void setNotificationService(NotificationService notificationService)
          Sets the notification service value.
 void start()
          Start.
 void stop()
          Stop.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

notificationService

protected NotificationService notificationService
Define the notification service (NotificationService) field.

Constructor Detail

Agent

public Agent()
Constructs an instance of this class.

Method Detail

exit

public void exit()
Exit.

Specified by:
exit in interface AgentService

getConfigurationInformation

public java.util.Dictionary getConfigurationInformation()
Gets the configuration information (Dictionary) value.

Specified by:
getConfigurationInformation in interface AgentService
Returns:
The configuration information (Dictionary) value.
See Also:
setConfigurationInformation(Dictionary)

getNotificationService

public NotificationService getNotificationService()
Gets the notification service value.

Specified by:
getNotificationService in interface AgentService
Returns:
The notification service (NotificationService) value.
See Also:
setNotificationService(NotificationService)

setConfigurationInformation

public void setConfigurationInformation(java.util.Dictionary configurationInformation)
Sets the configuration information value. The configuration information (Dictionary) parameter.

Specified by:
setConfigurationInformation in interface AgentService
Parameters:
configurationInformation - The configuration information (Dictionary) parameter.
See Also:
getConfigurationInformation()

setNotificationService

public void setNotificationService(NotificationService notificationService)
Sets the notification service value. The notification service (NotificationService) parameter.

Specified by:
setNotificationService in interface AgentService
Parameters:
notificationService - The notification service (NotificationService) parameter.
See Also:
getNotificationService()

start

public void start()
Start.

Specified by:
start in interface AgentService

stop

public void stop()
Stop.

Specified by:
stop in interface AgentService

1.0.0

Copyright (c) 1999, 2007 IBM