|
2008-07-29 1.1.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.agent.Agent
public class Agent
| Field Summary | |
|---|---|
protected int |
logLevel
Define the log level (int) field. |
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. |
int |
getLogLevel()
Gets the log level (int) value. |
NotificationService |
getNotificationService()
Gets the notification service value. |
void |
setConfigurationInformation(java.util.Dictionary configurationInformation)
Sets the configuration information value. |
void |
setLogLevel(int logLevel)
Sets the log level 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, wait, wait, wait |
| Field Detail |
|---|
protected NotificationService notificationService
protected int logLevel
| 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 int getLogLevel()
getLogLevel in class EscObjectint) value.setLogLevel(int)public NotificationService getNotificationService()
getNotificationService in interface AgentServiceNotificationService) value.setNotificationService(NotificationService)public void setConfigurationInformation(java.util.Dictionary configurationInformation)
AgentServiceDictionary)
parameter.
setConfigurationInformation in interface AgentServiceconfigurationInformation - The configuration information (Dictionary) parameter.getConfigurationInformation()public void setLogLevel(int logLevel)
logLevel - The log level (int) parameter.getLogLevel()public void setNotificationService(NotificationService notificationService)
AgentServiceNotificationService)
parameter.
The notification service (NotificationService).
setNotificationService in interface AgentServicenotificationService - The notification service (NotificationService) parameter.getNotificationService()public void start()
start in interface AgentServicepublic void stop()
stop in interface AgentService
|
2008-07-29 1.1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||