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

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

public static class MultiplexSocketServiceCongifuration.SocketEntry
extends Object


Constructor Summary
MultiplexSocketServiceCongifuration.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

MultiplexSocketServiceCongifuration.SocketEntry

public MultiplexSocketServiceCongifuration.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-2011 JBoss by Red Hat. All Rights Reserved.