org.sca4j.binding.jms.common
Class AdministeredObjectDefinition

java.lang.Object
  extended by org.sca4j.scdl.ModelObject
      extended by org.sca4j.binding.jms.common.PropertyAwareObject
          extended by org.sca4j.binding.jms.common.AdministeredObjectDefinition
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ConnectionFactoryDefinition, DestinationDefinition

public class AdministeredObjectDefinition
extends PropertyAwareObject

JMS administered object definition.

Version:
$Revision: 5070 $ $Date: 2008-07-21 17:52:37 +0100 (Mon, 21 Jul 2008) $
See Also:
Serialized Form

Constructor Summary
AdministeredObjectDefinition()
           
 
Method Summary
 CreateOption getCreate()
           
 java.lang.String getName()
           
 DestinationType getType()
           
 void setCreate(CreateOption create)
           
 void setName(java.lang.String name)
           
 void setType(DestinationType type)
           
 
Methods inherited from class org.sca4j.binding.jms.common.PropertyAwareObject
addProperty, getProperties, setProperties
 
Methods inherited from class org.sca4j.scdl.ModelObject
validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdministeredObjectDefinition

public AdministeredObjectDefinition()
Method Detail

getCreate

public CreateOption getCreate()
Returns:
the create

setCreate

public void setCreate(CreateOption create)
Parameters:
create - the create to set

getName

public java.lang.String getName()
Returns:
the name

setName

public void setName(java.lang.String name)
Parameters:
name - the name to set

getType

public DestinationType getType()
Returns:
the type

setType

public void setType(DestinationType type)
Parameters:
type - the type to set


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