Uses of Class
org.eclipse.ecf.provider.generic.GenericContainerInstantiator.GenericContainerArgs

Packages that use GenericContainerInstantiator.GenericContainerArgs
org.eclipse.ecf.provider.generic   
 

Uses of GenericContainerInstantiator.GenericContainerArgs in org.eclipse.ecf.provider.generic
 

Methods in org.eclipse.ecf.provider.generic that return GenericContainerInstantiator.GenericContainerArgs
protected  GenericContainerInstantiator.GenericContainerArgs GenericContainerInstantiator.getClientArgs(java.lang.Object[] args)
           
protected  GenericContainerInstantiator.GenericContainerArgs GenericContainerInstantiator.getServerArgs(java.lang.Object[] args)
           
 

Methods in org.eclipse.ecf.provider.generic with parameters of type GenericContainerInstantiator.GenericContainerArgs
protected  IContainer GenericContainerInstantiator.createClientContainer(GenericContainerInstantiator.GenericContainerArgs gcargs)
           
protected  IContainer GenericContainerInstantiator.createServerContainer(GenericContainerInstantiator.GenericContainerArgs gcargs)