org.systinet.wasp.admin
Class ServiceEndpointInfo

java.lang.Object
  extended byorg.systinet.wasp.admin.ServiceEndpointInfo
All Implemented Interfaces:
java.io.Serializable

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

Service endpoint info.

Since:
4.0
See Also:
Serialized Form
Component:
Mgmt-Services

Field Summary
 boolean debug
          If this endpoint is debugged.
 ServiceEndpoint serviceEndpoint
          Service endpoint struct contains name, context and service.
 
Constructor Summary
ServiceEndpointInfo()
          Default constructor.
ServiceEndpointInfo(ServiceEndpoint serviceEndpoint, boolean debug)
          The constructor.
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String toString()
          Returns a string representation of this object.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serviceEndpoint

public ServiceEndpoint serviceEndpoint
Service endpoint struct contains name, context and service.


debug

public boolean debug
If this endpoint is debugged.

Constructor Detail

ServiceEndpointInfo

public ServiceEndpointInfo()
Default constructor.


ServiceEndpointInfo

public ServiceEndpointInfo(ServiceEndpoint serviceEndpoint,
                           boolean debug)
The constructor.

Method Detail

toString

public java.lang.String toString()
Returns a string representation of this object.

Returns:
a string representation of the object.

equals

public boolean equals(java.lang.Object obj)