Class AbstractSharedObjectContainerAdapterFactory

java.lang.Object
org.eclipse.ecf.core.AbstractContainerAdapterFactory
org.eclipse.ecf.core.sharedobject.AbstractSharedObjectContainerAdapterFactory
All Implemented Interfaces:
org.eclipse.core.runtime.IAdapterFactory
Direct Known Subclasses:
RemoteServiceContainerAdapterFactory

public abstract class AbstractSharedObjectContainerAdapterFactory extends AbstractContainerAdapterFactory
Abstract container adapter factory. This class implements the IAdapterFactory interface. It checks that the first parameter of the AbstractContainerAdapterFactory.getAdapter(Object, Class) method (adaptableObject) is an instance of ISharedObjectContainer. If it is, then the method getSharedObjectAdapter(ISharedObjectContainer, Class) is called with the ISharedObjectContainer and Class passed in as arguments.
See Also: