|
2009-01-09 1.2.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.core.ConfigurableObject
org.eclipse.soda.dk.agent.Agent
public class Agent
| Field Summary | |
|---|---|
protected int |
logLevel
Define the log level (int) field. |
protected org.eclipse.soda.dk.notification.service.NotificationService |
notificationService
Define the notification service (NotificationService) field. |
| Fields inherited from class org.eclipse.soda.dk.core.ConfigurableObject |
|---|
BUNDLE_VERSION_PROPERTY |
| 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. |
org.eclipse.soda.dk.notification.service.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(org.eclipse.soda.dk.notification.service.NotificationService notificationService)
Sets the notification service value. |
void |
start()
Start. |
void |
stop()
Stop. |
| Methods inherited from class org.eclipse.soda.dk.core.ConfigurableObject |
|---|
createPropertiesFromHeaders, getConfigurationService, getId, putConfigurationInformation, setConfigurationService, setId, validateConfiguration |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected org.eclipse.soda.dk.notification.service.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 AgentServicegetConfigurationInformation in interface ConfigurableServicegetConfigurationInformation in class ConfigurableObjectDictionary) value.setConfigurationInformation(Dictionary)public int getLogLevel()
getLogLevel in class EscObjectint) value.setLogLevel(int)public org.eclipse.soda.dk.notification.service.NotificationService getNotificationService()
getNotificationService in interface AgentServiceNotificationService) value.setNotificationService(NotificationService)public void setConfigurationInformation(java.util.Dictionary configurationInformation)
setConfigurationInformation in interface AgentServicesetConfigurationInformation in interface ConfigurableServicesetConfigurationInformation in class ConfigurableObjectconfigurationInformation - The configuration information (Dictionary) parameter.getConfigurationInformation()public void setLogLevel(int logLevel)
logLevel - The log level (int) parameter.getLogLevel()public void setNotificationService(org.eclipse.soda.dk.notification.service.NotificationService notificationService)
setNotificationService in interface AgentServicenotificationService - The notification service (NotificationService) parameter.getNotificationService()public void start()
start in interface AgentServicepublic void stop()
stop in interface AgentService
|
2009-01-09 1.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||