|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.sapportals.wcm.service.ServiceFactory
Copyright 2004 SAP AG
| Method Summary | |
java.util.Collection |
getAllServices()
Returns all services |
static ServiceFactory |
getInstance()
Returns the ServiceFactory instance |
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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static ServiceFactory getInstance()
throws WcmException
WcmException - Exception raised in failure situation
public IService getService(java.lang.String type)
throws WcmException
IServiceFactorygetService in interface IServiceFactorycom.sapportals.wcm.service.IServiceFactorytype - The service typeWcmException - Exception raised in failure situation
public boolean isAvailable(java.lang.String type)
throws WcmException
IServiceFactoryisAvailable in interface IServiceFactorycom.sapportals.wcm.service.IServiceFactorytype - Checks if the service is available.WcmException - Exception raised in failure situation
public java.util.Collection getAllServices()
throws WcmException
IServiceFactorygetAllServices in interface IServiceFactorycom.sapportals.wcm.service.IServiceFactoryWcmException - Exception raised in failure situation
public void releaseService(IService service)
throws WcmException
IServiceFactoryreleaseService in interface IServiceFactorycom.sapportals.wcm.service.IServiceFactoryservice - 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 | |||||||||