|
02/28/2005 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.epicentric.services.GenericService
Base-level implementation for the Vignette Portal Service interface. This class should be extended to implement the further functionality necessary in a full Service class.
The start(), stop(), and restart() methods are null implementations.
| Constructor Summary | |
GenericService()
Deprecated. |
|
| Method Summary | |
String |
getDescription()
Deprecated. Retrieves the service description. |
String |
getID()
Deprecated. Retrieves the service ID. |
String |
getName()
Deprecated. Retrieves the service name. |
String |
getServiceInfo()
Deprecated. Retrieves hard-coded information about the service. |
void |
init(ServiceConfig config)
Deprecated. Initializes the service. |
void |
restart()
Deprecated. Runs stop() and then start(). |
protected void |
setDescription(String description)
Deprecated. Sets the service description. |
protected void |
setID(String id)
Deprecated. Sets the service ID. |
protected void |
setName(String name)
Deprecated. Sets the service name. |
protected void |
setServiceInfo(String info)
Deprecated. Sets information about the service. |
void |
start()
Deprecated. Starts the service. |
void |
stop()
Deprecated. Stops the service. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public GenericService()
| Method Detail |
public void init(ServiceConfig config)
Serviceinit in interface Servicecom.epicentric.services.Serviceconfig - ServiceConfig for this Service
public void start()
throws ServiceException
Servicestart in interface Servicepublic void stop()
Servicestop in interface Service
public void restart()
throws ServiceException
Servicerestart in interface Servicepublic String getID()
ServicegetID in interface Servicecom.epicentric.services.Serviceprotected void setID(String id)
id - String ID for this servicepublic String getServiceInfo()
ServicegetServiceInfo in interface Servicecom.epicentric.services.Serviceprotected void setServiceInfo(String info)
info - String information about this servicepublic String getName()
ServicegetName in interface Servicecom.epicentric.services.Serviceprotected void setName(String name)
name - Name of this servicepublic String getDescription()
ServicegetDescription in interface Servicecom.epicentric.services.Serviceprotected void setDescription(String description)
description - String describing this service
|
02/28/2005 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||