org.apache.geronimo.naming.deployment.jsr88
Class MessageDestination
java.lang.Object
org.apache.geronimo.deployment.dconfigbean.XmlBeanSupport
org.apache.geronimo.naming.deployment.jsr88.HasPattern
org.apache.geronimo.naming.deployment.jsr88.MessageDestination
public class MessageDestination
- extends HasPattern
Represents an element of the message-destinationType in a Geronimo deployment
plan.
Has 4 JavaBean Properties
- messageDestinationName (type String)
- pattern (type Pattern)
- adminObjectModule (type String)
- adminObjectLink (type String)
- Version:
- $Rev: 565397 $ $Date: 2007-08-14 00:21:44 +0800 (Tue, 14 Aug 2007) $
| Fields inherited from class org.apache.geronimo.deployment.dconfigbean.XmlBeanSupport |
pcs |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MessageDestination
public MessageDestination()
MessageDestination
public MessageDestination(GerMessageDestinationType xmlObject)
setMessageDestinationName
public void setMessageDestinationName(java.lang.String name)
getMessageDestinationName
public java.lang.String getMessageDestinationName()
getAdminObjectLink
public java.lang.String getAdminObjectLink()
setAdminObjectLink
public void setAdminObjectLink(java.lang.String link)
getAdminObjectModule
public java.lang.String getAdminObjectModule()
setAdminObjectModule
public void setAdminObjectModule(java.lang.String module)
clearNonPatternFromChoice
protected void clearNonPatternFromChoice()
- Description copied from class:
HasPattern
- Should be overridden to remove any non-pattern elements if this
element has a pattern that's part of a choice. If this is called, it
means a non-null Pattern is in the process of being set. This method
should fire property change events on any elements it removes.
- Overrides:
clearNonPatternFromChoice in class HasPattern
getMessageDestination
protected GerMessageDestinationType getMessageDestination()
configure
public void configure(GerMessageDestinationType xml)
Copyright © 2003-2012 The Apache Geronimo development community. All Rights Reserved.