org.apache.geronimo.messaging.admin.deployment
Class TargetImpl2

java.lang.Object
  extended byorg.apache.geronimo.messaging.admin.deployment.TargetImpl2
All Implemented Interfaces:
Serializable, javax.enterprise.deploy.spi.Target

public class TargetImpl2
extends Object
implements javax.enterprise.deploy.spi.Target, Serializable

A serializable Target.

Version:
$Revision: 1.2 $ $Date: 2004/06/03 14:32:50 $
See Also:
Serialized Form

Constructor Summary
TargetImpl2(String aName, String aDescription)
           
 
Method Summary
 String getDescription()
           
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TargetImpl2

public TargetImpl2(String aName,
                   String aDescription)
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


Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.