org.eclipse.ecf.remoteservice.provider
Class PeerRemoteServiceContainerInstantiator

java.lang.Object
  extended by org.eclipse.ecf.core.provider.BaseContainerInstantiator
      extended by org.eclipse.ecf.remoteservice.provider.RemoteServiceContainerInstantiator
          extended by org.eclipse.ecf.remoteservice.provider.PeerRemoteServiceContainerInstantiator
All Implemented Interfaces:
IContainerInstantiator, IRemoteServiceContainerInstantiator

public abstract class PeerRemoteServiceContainerInstantiator
extends RemoteServiceContainerInstantiator

Since:
8.7

Field Summary
 
Fields inherited from class org.eclipse.ecf.remoteservice.provider.RemoteServiceContainerInstantiator
defaultSupportedAdapterTypes, defaultSupportedIntents, defaultSupportedParameterTypes, exporterConfigs, exporterConfigToImporterConfigs
 
Fields inherited from class org.eclipse.ecf.core.provider.BaseContainerInstantiator
EMPTY_CLASS_ARRAY, EMPTY_STRING_ARRAY, NO_ADAPTERS_ARRAY
 
Constructor Summary
PeerRemoteServiceContainerInstantiator(java.lang.String peerA, java.lang.String peerB)
           
 
Method Summary
 
Methods inherited from class org.eclipse.ecf.remoteservice.provider.RemoteServiceContainerInstantiator
createInstance, createInstance, getImportedConfigs, getPropertiesForImportedConfigs, getSupportedAdapterTypes, getSupportedConfigs, getSupportedIntents, getSupportedParameterTypes, throwCreateException
 
Methods inherited from class org.eclipse.ecf.core.provider.BaseContainerInstantiator
getAdaptersForClass, getIntegerFromArg, getInterfacesAndAdaptersForClass, getInterfacesForClass, getInterfacesForClass, getMap, getMapParameterString, getMapParameterString, getParameterValue, getParameterValue, getParameterValue, getParameterValue, getParameterValue, getStringFromArg
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PeerRemoteServiceContainerInstantiator

public PeerRemoteServiceContainerInstantiator(java.lang.String peerA,
                                              java.lang.String peerB)