|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.fhg.igd.semoa.service.AbstractService
de.fhg.igd.semoa.server.LocalSetup
This setup filter passes the agent on to the ingate. Hence, it should be the last filter in the pipeline of agent launcher filters.
AgentStructure
Nested Class Summary |
Nested classes inherited from class de.fhg.igd.semoa.server.AgentFilter |
AgentFilter.In, AgentFilter.Out |
Field Summary | |
private static String[] |
DEPEND_
The dependencies to other objects in the global
Environment . |
Fields inherited from class de.fhg.igd.semoa.service.AbstractService |
REV_POSTFIX, REV_PREFIX |
Constructor Summary | |
LocalSetup()
|
Method Summary | |
String |
author()
Returns the name of the author of the service. |
String[] |
dependencies()
Returns the dependencies of this service as described in Service . |
ErrorCode |
filter(AgentContext agentContext)
Calls the filter procedure with the given agent context. |
String |
info()
Returns the informative string which should describe the service's essence in a sentence. |
String |
revision()
Returns the revision number of this class as a string. |
Methods inherited from class de.fhg.igd.semoa.service.AbstractService |
checkDependencies, docs, doPrivileged, doPrivileged, getACC, getEnvironment, majorVersion, minorVersion, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private static final String[] DEPEND_
Environment
.
Constructor Detail |
public LocalSetup()
Method Detail |
public String info()
AbstractService
info
in interface Service
info
in class AbstractService
public String author()
AbstractService
author
in interface Service
author
in class AbstractService
public String revision()
AbstractService
majorVersion()
, minorVersion
based on the assumption that this method returns a
revision string as generated by rcs(1) for the template
"$Revision: 1.7 $/$Date: 2007-08-08 04:41:53 +0200 (Wed, 08 Aug 2007) $".
revision
in class AbstractService
public String[] dependencies()
AbstractService
Service
. This default
implementation returns an array of length 0.
dependencies
in interface Service
dependencies
in class AbstractService
public ErrorCode filter(AgentContext agentContext)
AgentFilter
AgentState#LOADED
state.
filter
in interface AgentFilter
agentContext
- The agent context of the agent that is to be
filtered.
ErrorCode
that resulted from this
filter. If everything went fine then
ErrorCode.OK
is returned.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |