Interface ISharedObjectContainer
- All Superinterfaces:
org.eclipse.core.runtime.IAdaptable
,IContainer
,IIdentifiable
,IReliableContainer
- All Known Implementing Classes:
ClientSOContainer
,RemoteServiceContainer
,ServerSOContainer
,SOContainer
,SSLClientSOContainer
,SSLServerSOContainer
,TCPClientSOContainer
,TCPServerSOContainer
Core interface that must be implemented by all ECF container instances.
Instances are typically created via
SharedObjectContainerFactory
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionGet SharedObjectManager for this containervoid
Set the shared object message serializer.Methods inherited from interface org.eclipse.ecf.core.IContainer
addListener, connect, disconnect, dispose, getAdapter, getConnectedID, getConnectNamespace, removeListener
Methods inherited from interface org.eclipse.ecf.core.identity.IIdentifiable
getID
Methods inherited from interface org.eclipse.ecf.core.IReliableContainer
getGroupMemberIDs, isGroupManager
-
Method Details