org.eclipse.ecf.provider.generic
Class SOConfig
java.lang.Object
org.eclipse.ecf.provider.generic.SOConfig
- All Implemented Interfaces:
- org.eclipse.ecf.core.sharedobject.ISharedObjectConfig
public class SOConfig
- extends java.lang.Object
- implements org.eclipse.ecf.core.sharedobject.ISharedObjectConfig
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
container
protected SOContainer container
sharedObjectID
protected ID sharedObjectID
homeContainerID
protected ID homeContainerID
isActive
protected boolean isActive
properties
protected java.util.Map properties
context
protected SOContext context
SOConfig
public SOConfig(ID sharedObjectID,
ID homeContainerID,
SOContainer cont,
java.util.Map dict)
makeActive
protected void makeActive(org.eclipse.ecf.core.sharedobject.util.IQueueEnqueue queue)
makeInactive
protected void makeInactive()
getSharedObjectID
public ID getSharedObjectID()
- Specified by:
getSharedObjectID in interface org.eclipse.ecf.core.sharedobject.ISharedObjectConfig
getHomeContainerID
public ID getHomeContainerID()
- Specified by:
getHomeContainerID in interface org.eclipse.ecf.core.sharedobject.ISharedObjectConfig
getContext
public org.eclipse.ecf.core.sharedobject.ISharedObjectContext getContext()
- Specified by:
getContext in interface org.eclipse.ecf.core.sharedobject.ISharedObjectConfig
getProperties
public java.util.Map getProperties()
- Specified by:
getProperties in interface org.eclipse.ecf.core.sharedobject.ISharedObjectConfig