org.apache.openejb.config
Class VmDeploymentManager.TargetImpl

java.lang.Object
  extended by org.apache.openejb.config.VmDeploymentManager.TargetImpl
All Implemented Interfaces:
Serializable, Comparable, javax.enterprise.deploy.spi.Target
Enclosing class:
VmDeploymentManager

public static class VmDeploymentManager.TargetImpl
extends Object
implements javax.enterprise.deploy.spi.Target, Comparable, Serializable

See Also:
Serialized Form

Constructor Summary
VmDeploymentManager.TargetImpl(String name)
           
VmDeploymentManager.TargetImpl(String name, String description)
           
 
Method Summary
 int compareTo(Object o)
           
 boolean equals(Object o)
           
 String getDescription()
           
 String getName()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VmDeploymentManager.TargetImpl

public VmDeploymentManager.TargetImpl(String name)

VmDeploymentManager.TargetImpl

public VmDeploymentManager.TargetImpl(String name,
                                      String description)
Method Detail

getName

public String getName()
Specified by:
getName in interface javax.enterprise.deploy.spi.Target

getDescription

public String getDescription()
Specified by:
getDescription in interface javax.enterprise.deploy.spi.Target

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

compareTo

public int compareTo(Object o)
Specified by:
compareTo in interface Comparable


Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.