|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.entityfs.impl.SupportObjects
public class SupportObjects
This is an immutable collection of support objects for a file system.
This is only used by file system and capability implementations. The
FileSystem
interface expose the properties that should be visible to
file system clients.
FileSystemImplementation.getSupportObjects()
Constructor Summary | |
---|---|
SupportObjects(LogAdapterHolder lah,
EntityValidityControlStrategy evcs,
AccessController ac,
LockAcquiringStrategy las,
EntityLockAdapterFactory laf,
EventManager em,
AdapterFactory af,
ChildEntityManagerFactory<EntityImplementation> cemf,
int bufSize,
LockCommandExecutor lce)
|
Method Summary | |
---|---|
AccessController |
getAccessController()
Get the file system's AccessController . |
AdapterFactory |
getAdapterFactory()
Get the file system's AdapterFactory . |
int |
getBufferSize()
Get the default size of temporary memory buffers for the file system |
ChildEntityManagerFactory<EntityImplementation> |
getChildEntityManagerFactory()
Get the file system's ChildEntityManagerFactory . |
EntityValidityControlStrategy |
getEntityValidityControlStrategy()
Get the file system's EntityValidityControlStrategy . |
EventManager |
getEventManager()
Get the file system's EventManager . |
LockAcquiringStrategy |
getLockAcquiringStrategy()
Get the file system's LockAcquiringStrategy . |
EntityLockAdapterFactory |
getLockAdapterFactory()
Get the file system's EntityLockAdapterFactory . |
LockCommandExecutor |
getLockCommandExecutor()
Get the LockCommandExecutor . |
LogAdapterHolder |
getLogAdapterHolder()
Get the file system's LogAdapterHolder . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SupportObjects(LogAdapterHolder lah, EntityValidityControlStrategy evcs, AccessController ac, LockAcquiringStrategy las, EntityLockAdapterFactory laf, EventManager em, AdapterFactory af, ChildEntityManagerFactory<EntityImplementation> cemf, int bufSize, LockCommandExecutor lce)
Method Detail |
---|
public LogAdapterHolder getLogAdapterHolder()
LogAdapterHolder
.
LogAdapterHolder
.public EntityValidityControlStrategy getEntityValidityControlStrategy()
EntityValidityControlStrategy
.
EntityValidityControlStrategy
.public AccessController getAccessController()
AccessController
.
AccessController
.public LockAcquiringStrategy getLockAcquiringStrategy()
LockAcquiringStrategy
.
LockAcquiringStrategy
.public EntityLockAdapterFactory getLockAdapterFactory()
EntityLockAdapterFactory
.
EntityLockAdapterFactory
.public EventManager getEventManager()
EventManager
.
EventManager
.public AdapterFactory getAdapterFactory()
AdapterFactory
.
AdapterFactory
.public ChildEntityManagerFactory<EntityImplementation> getChildEntityManagerFactory()
ChildEntityManagerFactory
.
ChildEntityManagerFactory
.public int getBufferSize()
public LockCommandExecutor getLockCommandExecutor()
LockCommandExecutor
.
LockCommandExecutor
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |