|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CmisServiceFactory
Factory for CmisService
objects.
Method Summary | |
---|---|
void |
destroy()
Cleans up the the factory instance. |
int |
getMemoryThreshold()
Returns up to which size content should be kept in memory. |
CmisService |
getService(CallContext context)
Returns a CmisService object for the given CallContext . |
File |
getTempDirectory()
Returns the absolute path of the directory that should be used for temporary files. |
void |
init(Map<String,String> parameters)
Initializes the factory instance. |
Method Detail |
---|
void init(Map<String,String> parameters)
void destroy()
CmisService getService(CallContext context)
CmisService
object for the given CallContext
.
When the CmisService
object is not longer needed
CmisService.close()
will be called.
File getTempDirectory()
int getMemoryThreshold()
getTempDirectory()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |