org.drools.container.spring.beans
Class GridBeanFactory.SocketServiceConfiguration

java.lang.Object
  extended by org.drools.container.spring.beans.GridBeanFactory.SocketServiceConfiguration
Enclosing class:
GridBeanFactory

public static class GridBeanFactory.SocketServiceConfiguration
extends Object


Constructor Summary
GridBeanFactory.SocketServiceConfiguration()
           
 
Method Summary
 String getAcceptor()
           
 String getIp()
           
 List<String[]> getServices()
           
 void setAcceptor(String acceptor)
           
 void setIp(String ip)
           
 void setServices(List<String[]> services)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GridBeanFactory.SocketServiceConfiguration

public GridBeanFactory.SocketServiceConfiguration()
Method Detail

getIp

public String getIp()

setIp

public void setIp(String ip)

getAcceptor

public String getAcceptor()

setAcceptor

public void setAcceptor(String acceptor)

getServices

public List<String[]> getServices()

setServices

public void setServices(List<String[]> services)


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