org.sca4j.host.contribution
Class Deployable

java.lang.Object
  extended by org.sca4j.host.contribution.Deployable
All Implemented Interfaces:
java.io.Serializable

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

Represents a deployable artifact in a contribution

Version:
$Rev: 556 $ $Date: 2007-07-23 04:58:20 +0100 (Mon, 23 Jul 2007) $
See Also:
Serialized Form

Constructor Summary
Deployable(javax.xml.namespace.QName name, javax.xml.namespace.QName type)
           
 
Method Summary
 javax.xml.namespace.QName getName()
          The QName of the deployable component.
 javax.xml.namespace.QName getType()
          Returns the deployable type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Deployable

public Deployable(javax.xml.namespace.QName name,
                  javax.xml.namespace.QName type)
Method Detail

getName

public javax.xml.namespace.QName getName()
The QName of the deployable component.

Returns:
QName of the deployable component

getType

public javax.xml.namespace.QName getType()
Returns the deployable type.

Returns:
the deployable type


Copyright © 2008-2010 Service Symphony. All Rights Reserved.