|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.systinet.wasp.admin.ServiceEndpointInfo
Service endpoint info.
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 |
public ServiceEndpoint serviceEndpoint
public boolean debug
Constructor Detail |
public ServiceEndpointInfo()
public ServiceEndpointInfo(ServiceEndpoint serviceEndpoint, boolean debug)
Method Detail |
public java.lang.String toString()
public boolean equals(java.lang.Object obj)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |