org.mule.transport.legstar.config
Class HostContainer

java.lang.Object
  extended by org.mule.transport.legstar.config.HostContainer

public class HostContainer
extends Object

A slightly enhanced host container bean.

The maxLength field is more meaningful than length.


Constructor Summary
HostContainer()
           
 
Method Summary
 int getMaxLength()
          /**
 String getName()
           
 void setMaxLength(int length)
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HostContainer

public HostContainer()
Method Detail

getMaxLength

public int getMaxLength()
/**

Returns:
the maxLength

setMaxLength

public void setMaxLength(int length)
Parameters:
length - the maxLength to set

getName

public String getName()
Returns:
the container name.

setName

public void setName(String name)
Parameters:
name - the container name to set.


Copyright © 2013 LegSem. All Rights Reserved.