net.mchaplin.ioc.rmi
Class RmiServerConfiguration

java.lang.Object
  extended by net.mchaplin.commons.WmindObject
      extended by net.mchaplin.ioc.configuration.DefaultConfiguration
          extended by net.mchaplin.ioc.rmi.RmiServerConfiguration
All Implemented Interfaces:
ComponentI, ConfigurationI

public class RmiServerConfiguration
extends DefaultConfiguration

Hold configuration date for an RmiServer instance.

Author:
mchaplin@users.sourceforge.net

Field Summary
 
Fields inherited from class net.mchaplin.commons.WmindObject
EX_CAUSE, EX_STACK, log, METHOD_CALL, propertyHelper, STACK_PREFIX
 
Fields inherited from interface net.mchaplin.ioc.component.ComponentI
CMP_I
 
Constructor Summary
RmiServerConfiguration()
           
 
Method Summary
 java.lang.String getHostAddress()
           
 int getHostPort()
           
 java.util.ArrayList getRmiServices()
           
 void setHostAddress(java.lang.String hostAddress)
           
 void setHostPort(int hostPort)
           
 void setRmiServices(java.util.ArrayList rmiServices)
           
 
Methods inherited from class net.mchaplin.ioc.configuration.DefaultConfiguration
getContainer, reset, setContainer
 
Methods inherited from class net.mchaplin.commons.WmindObject
printInheritance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RmiServerConfiguration

public RmiServerConfiguration()
Method Detail

getRmiServices

public java.util.ArrayList getRmiServices()
Returns:
Returns the rmiServices.

setRmiServices

public void setRmiServices(java.util.ArrayList rmiServices)
Parameters:
rmiServices - The rmiServices to set.

getHostAddress

public java.lang.String getHostAddress()
Returns:
Returns the hostAddress.

setHostAddress

public void setHostAddress(java.lang.String hostAddress)
Parameters:
hostAddress - The hostAddress to set.

getHostPort

public int getHostPort()
Returns:
Returns the hostPort.

setHostPort

public void setHostPort(int hostPort)
Parameters:
hostPort - The hostPort to set.


Copyright © 2004-2005 mchaplin.net. All Rights Reserved.