org.sca4j.binding.jms.common
Class AdministeredObjectDefinition
java.lang.Object
org.sca4j.scdl.ModelObject
org.sca4j.binding.jms.common.PropertyAwareObject
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
| 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 |
AdministeredObjectDefinition
public AdministeredObjectDefinition()
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.