org.drools.grid.io.impl
Class MultiplexSocketServiceConfiguration.SocketEntry

java.lang.Object
  extended by org.drools.grid.io.impl.MultiplexSocketServiceConfiguration.SocketEntry
Enclosing class:
MultiplexSocketServiceConfiguration

public static class MultiplexSocketServiceConfiguration.SocketEntry
extends Object


Constructor Summary
MultiplexSocketServiceConfiguration.SocketEntry(String id, Object object, int port)
           
 
Method Summary
 String getId()
           
 Object getObject()
           
 int getPort()
           
 void setId(String id)
           
 void setObject(Object object)
           
 void setPort(int port)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiplexSocketServiceConfiguration.SocketEntry

public MultiplexSocketServiceConfiguration.SocketEntry(String id,
                                                       Object object,
                                                       int port)
Method Detail

getId

public String getId()

setId

public void setId(String id)

getObject

public Object getObject()

setObject

public void setObject(Object object)

getPort

public int getPort()

setPort

public void setPort(int port)


Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.