de.hillenbrand.jedi.ws
Class WSDDDeployment
java.lang.Object
de.hillenbrand.jedi.ws.WSDDDeployment
- All Implemented Interfaces:
- java.lang.Comparable
public class WSDDDeployment
- extends java.lang.Object
- implements java.lang.Comparable
Field Summary |
protected java.lang.String |
name
|
protected java.lang.String[] |
services
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
name
protected java.lang.String name
services
protected java.lang.String[] services
WSDDDeployment
public WSDDDeployment()
compareTo
public int compareTo(java.lang.Object o)
- Specified by:
compareTo
in interface java.lang.Comparable
exportTo
public void exportTo(java.io.PrintWriter out,
WSDDManagerFrame manager)
throws java.io.IOException
- Throws:
java.io.IOException
exportUndeployTo
public void exportUndeployTo(java.io.PrintWriter out,
WSDDManagerFrame manager)
throws java.io.IOException
- Throws:
java.io.IOException
getName
public java.lang.String getName()
- Returns the value of the name property.
getServices
public java.lang.String[] getServices()
- Returns the value of the services property.
setName
public void setName(java.lang.String arg)
- Assigns the value of the name property.
setServices
public void setServices(java.lang.String[] arg)
- Assigns the value of the services property.
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object