|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
An interface for a service factory (for repository independent services).
| Method Summary | |
java.util.Collection |
getAllServices()
Returns all services |
IService |
getService(java.lang.String type)
Returns a instance for a given service type identifier |
boolean |
isAvailable(java.lang.String type)
Returns true if the service is available. |
void |
releaseService(IService service)
Releases the service instance. |
| Method Detail |
public IService getService(java.lang.String type)
throws WcmException
type - The service typeWcmException - Exception raised in failure situation
public boolean isAvailable(java.lang.String type)
throws WcmException
type - Checks if the service is available.WcmException - Exception raised in failure situation
public java.util.Collection getAllServices()
throws WcmException
WcmException - Exception raised in failure situation
public void releaseService(IService service)
throws WcmException
service - The service instance to release.WcmException - Exception raised in failure situation
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||