org.rhq.modules.plugins.jbossas7.helper
Class HostPort

java.lang.Object
  extended by org.rhq.modules.plugins.jbossas7.helper.HostPort

public class HostPort
extends Object

Author:
Heiko Rupp

Field Summary
 String host
           
 boolean isLocal
           
 int port
           
 boolean withOffset
           
 
Constructor Summary
HostPort()
           
HostPort(boolean local)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

host

public String host

port

public int port

isLocal

public boolean isLocal

withOffset

public boolean withOffset
Constructor Detail

HostPort

public HostPort()

HostPort

public HostPort(boolean local)
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.