org.apache.uima.collection.impl.cpm.container.deployer.vns
Class VinciServiceInfo

java.lang.Object
  extended by org.apache.uima.collection.impl.cpm.container.deployer.vns.VinciServiceInfo

public class VinciServiceInfo
extends java.lang.Object

Vinci service information


Constructor Summary
VinciServiceInfo(java.lang.String aServiceName, java.lang.String aHost, int aPort)
           
 
Method Summary
 java.lang.String getHost()
           
 int getPort()
           
 java.lang.String getServiceName()
           
 boolean isAvailable()
           
 void setAvailable(boolean isAvailable)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VinciServiceInfo

public VinciServiceInfo(java.lang.String aServiceName,
                        java.lang.String aHost,
                        int aPort)
Method Detail

getServiceName

public java.lang.String getServiceName()

getHost

public java.lang.String getHost()

getPort

public int getPort()

setAvailable

public void setAvailable(boolean isAvailable)

isAvailable

public boolean isAvailable()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2011. All Rights Reserved.