|
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.agent.Agent
public class Agent
| 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 |
|---|
protected NotificationService notificationService
| Constructor Detail |
|---|
public Agent()
| Method Detail |
|---|
public void exit()
exit in interface AgentServicepublic java.util.Dictionary getConfigurationInformation()
getConfigurationInformation in interface AgentServiceDictionary)
value.setConfigurationInformation(Dictionary)public NotificationService getNotificationService()
getNotificationService in interface AgentServiceNotificationService)
value.setNotificationService(NotificationService)public void setConfigurationInformation(java.util.Dictionary configurationInformation)
Dictionary)
parameter.
setConfigurationInformation in interface AgentServiceconfigurationInformation - The configuration information (Dictionary) parameter.getConfigurationInformation()public void setNotificationService(NotificationService notificationService)
NotificationService)
parameter.
setNotificationService in interface AgentServicenotificationService - The notification service (NotificationService) parameter.getNotificationService()public void start()
start in interface AgentServicepublic void stop()
stop in interface AgentService
|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||