|
||||||||||
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
org.apache.chemistry.opencmis.server.impl.dummy.DummyServicesFactory
public class DummyServicesFactory
Implementation of a repository factory without back-end for test purposes.
Constructor Summary | |
---|---|
DummyServicesFactory()
|
Method Summary | |
---|---|
void |
destroy()
Cleans up the the factory instance. |
CmisService |
getService(CallContext context)
Returns a CmisService object for the given CallContext . |
void |
init(java.util.Map<java.lang.String,java.lang.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 DummyServicesFactory()
Method Detail |
---|
public void init(java.util.Map<java.lang.String,java.lang.String> parameters)
CmisServiceFactory
init
in interface CmisServiceFactory
init
in class AbstractServiceFactory
public void destroy()
CmisServiceFactory
destroy
in interface CmisServiceFactory
destroy
in class AbstractServiceFactory
public 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
getService
in class AbstractServiceFactory
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |