org.softamis.cluster4spring.support.context
Class ServiceInfo

java.lang.Object
  extended by org.softamis.cluster4spring.support.context.ServiceInfo
All Implemented Interfaces:
java.io.Serializable

public class ServiceInfo
extends java.lang.Object
implements java.io.Serializable

Utility class used by service publisher to collect information about exported service.

Author:
Andrew Sazonov
See Also:
Serialized Form

Field Summary
protected  java.lang.String fServiceGroup
           
protected  java.lang.String fServiceName
           
protected  java.lang.String fServiceURL
           
 
Constructor Summary
ServiceInfo(java.lang.String aServiceName, java.lang.String aServiceURL)
           
ServiceInfo(java.lang.String aServiceGroup, java.lang.String aServiceName, java.lang.String aServiceURL)
           
 
Method Summary
 java.lang.String getServiceGroup()
           
 java.lang.String getServiceName()
           
 java.lang.String getServiceURL()
           
 void setServiceGroup(java.lang.String aServiceGroup)
           
 void setServiceName(java.lang.String aServiceName)
           
 void setServiceURL(java.lang.String aServiceURL)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fServiceGroup

protected java.lang.String fServiceGroup

fServiceName

protected java.lang.String fServiceName

fServiceURL

protected java.lang.String fServiceURL
Constructor Detail

ServiceInfo

public ServiceInfo(java.lang.String aServiceName,
                   java.lang.String aServiceURL)

ServiceInfo

public ServiceInfo(java.lang.String aServiceGroup,
                   java.lang.String aServiceName,
                   java.lang.String aServiceURL)
Method Detail

getServiceGroup

public java.lang.String getServiceGroup()

setServiceGroup

public void setServiceGroup(java.lang.String aServiceGroup)

getServiceName

public java.lang.String getServiceName()

setServiceName

public void setServiceName(java.lang.String aServiceName)

getServiceURL

public java.lang.String getServiceURL()

setServiceURL

public void setServiceURL(java.lang.String aServiceURL)