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

java.lang.Object
  extended by org.eclipse.ecf.provider.generic.GenericContainerInstantiator.GenericContainerArgs
Enclosing class:
GenericContainerInstantiator

protected class GenericContainerInstantiator.GenericContainerArgs
extends java.lang.Object


Constructor Summary
GenericContainerInstantiator.GenericContainerArgs(ID id, java.lang.Integer keepAlive)
           
GenericContainerInstantiator.GenericContainerArgs(ID id, java.lang.Integer keepAlive, java.net.InetAddress bindAddress)
           
 
Method Summary
 java.net.InetAddress getBindAddress()
           
 ID getID()
           
 java.lang.Integer getKeepAlive()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericContainerInstantiator.GenericContainerArgs

public GenericContainerInstantiator.GenericContainerArgs(ID id,
                                                         java.lang.Integer keepAlive)

GenericContainerInstantiator.GenericContainerArgs

public GenericContainerInstantiator.GenericContainerArgs(ID id,
                                                         java.lang.Integer keepAlive,
                                                         java.net.InetAddress bindAddress)
Method Detail

getID

public ID getID()

getKeepAlive

public java.lang.Integer getKeepAlive()

getBindAddress

public java.net.InetAddress getBindAddress()
Since:
4.5