|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.locomotive.server.ServiceRoutingTable.ServiceEntry | +--org.locomotive.loco.handler.HandlerRoutingTable.HandlerEntry
Fields inherited from class org.locomotive.server.ServiceRoutingTable.ServiceEntry |
availability,
cached,
classname,
config_path,
last_availability_event_timestamp,
pattern,
props,
service,
theclass,
unavailability_reason,
unavailable_seconds |
Method Summary | |
protected void |
initialize()
This needs to be overridden to instantiate and create the service. |
boolean |
shutdown(Log server_log)
instantiates the handler for this hrte and calls its shutdown method |
Methods inherited from class org.locomotive.server.ServiceRoutingTable.ServiceEntry |
getAvailability,
getLastAvailabilityEventTimestamp,
getService,
getUnavailabilityReason,
getUnavailableSeconds,
load,
setAvailability,
setLastAvailabilityEventTimestamp,
setUnavailabilityReason,
setUnavailableSeconds |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Method Detail |
protected void initialize() throws InitializationException
public boolean shutdown(Log server_log)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |