Class SharedObjectContainerFactory
java.lang.Object
org.eclipse.ecf.core.sharedobject.SharedObjectContainerFactory
- All Implemented Interfaces:
ISharedObjectContainerFactory
Factory for creating
Here is an example use of the SharedObjectContainerFactory to construct an instance of the 'standalone' container (has no connection to other containers):
ISharedObjectContainer
instances. This class
provides ECF clients an entry point to constructing
ISharedObjectContainer
instances. Here is an example use of the SharedObjectContainerFactory to construct an instance of the 'standalone' container (has no connection to other containers):
ISharedObjectContainer container =
SharedObjectContainerFactory.getDefault().createSharedObjectContainer('standalone');
...further use of container variable here...
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateSharedObjectContainer
(String descriptionName) Make ISharedObjectContainer instance.createSharedObjectContainer
(String descriptionName, Object[] args) Make ISharedObjectContainer instance.createSharedObjectContainer
(ContainerTypeDescription desc, Object[] args) Make ISharedObjectContainer instance.
-
Field Details
-
instance
-
-
Constructor Details
-
SharedObjectContainerFactory
protected SharedObjectContainerFactory()
-
-
Method Details
-
getDefault
-