|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
A repository service implements additional functionalities for repositories, e.g. subscription and indexing/searching. In general, a repository service is independent of a specific repository implementation. Services can subscribe for events of repository managers, to be informed about state changes of resources.
| Method Summary | |
java.lang.String |
acceptServletCall(java.util.Properties properties,
IResourceContext context)
This method is called by the eServiceServlet to perform some
action. |
java.lang.String |
getDescription()
Returns a description for this service. |
java.lang.String |
getDescription(java.util.Locale locale)
Returns a description for this service. |
java.lang.String |
getID()
Returns a service identifier, unique for this instance. |
java.lang.String |
getServiceType()
Deprecated. As of EP 5.0 SP5, The "service type" is the name of the configurable class. |
| Method Detail |
public java.lang.String getServiceType()
public java.lang.String getID()
public java.lang.String getDescription()
public java.lang.String getDescription(java.util.Locale locale)
locale - TBD: Description of the incoming method parameter
public java.lang.String acceptServletCall(java.util.Properties properties,
IResourceContext context)
throws ServiceCallException,
ResourceException
eServiceServlet to perform some
action.properties - TBD: Description of the incoming method parametercontext - TBD: Description of the incoming method parameterServiceCallException - Exception raised in failure situationResourceException - Exception raised in failure situation
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||