public interface ISharedObjectConfig
ISharedObject.init(ISharedObjectConfig)
Modifier and Type | Method and Description |
---|---|
ISharedObjectContext |
getContext()
Get the ISharedObjectContext instance for this ISharedObject.
|
ID |
getHomeContainerID()
Get the ID of the container that is the home of the primary copy of the
ISharedObject instance.
|
java.util.Map<java.lang.String,?> |
getProperties()
Get properties associated with with this ISharedObject
|
ID |
getSharedObjectID()
Get the ID associated with this ISharedObject by its container.
|
ID getSharedObjectID()
ID getHomeContainerID()
ISharedObjectContext getContext()
java.util.Map<java.lang.String,?> getProperties()