|
SAP NetWeaver 7.40 SP 07 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sapportals.wcm.service.ServiceFactory
public class ServiceFactory
Copyright 2004 SAP AG
| Method Summary | |
|---|---|
Collection |
getAllServices()
Returns all services |
static ServiceFactory |
getInstance()
Returns the ServiceFactory instance |
IService |
getService(String type)
Returns a instance for a given service type identifier |
boolean |
isAvailable(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(String type)
throws WcmException
IServiceFactory
getService in interface IServiceFactorytype - The service type
WcmException - Exception raised in failure situation
public boolean isAvailable(String type)
throws WcmException
IServiceFactory
isAvailable in interface IServiceFactorytype - Checks if the service is available.
WcmException - Exception raised in failure situation
public Collection getAllServices()
throws WcmException
IServiceFactory
getAllServices in interface IServiceFactoryWcmException - Exception raised in failure situation
public void releaseService(IService service)
throws WcmException
IServiceFactory
releaseService in interface IServiceFactoryservice - The service instance to release.
WcmException - Exception raised in failure situation| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] KMC-CM
|
[sap.com] tc/km/frwk
|
api
|
EP-KM-CM
|
[sap.com] KMC-WPC
|
[sap.com] tc/kmc/wpc/wpcfacade
|
api
|
EP-PIN-WPC-WCM
|
|
SAP NetWeaver 7.40 SP 07 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||