|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.chemistry.opencmis.commons.impl.server.AbstractServiceFactory
public abstract class AbstractServiceFactory
Constructor Summary | |
---|---|
AbstractServiceFactory()
|
Method Summary | |
---|---|
void |
destroy()
Cleans up the the factory instance. |
abstract CmisService |
getService(CallContext context)
Returns a CmisService object for the given CallContext . |
void |
init(Map<String,String> parameters)
Initializes the factory instance. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractServiceFactory()
Method Detail |
---|
public void init(Map<String,String> parameters)
CmisServiceFactory
init
in interface CmisServiceFactory
public void destroy()
CmisServiceFactory
destroy
in interface CmisServiceFactory
public abstract CmisService getService(CallContext context)
CmisServiceFactory
CmisService
object for the given CallContext
.
When the CmisService
object is not longer needed
CmisService.close()
will be called.
getService
in interface CmisServiceFactory
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |