org.mactor.framework.spec
Class MessageSubscribeSpec
java.lang.Object
org.mactor.framework.spec.SpecNode
org.mactor.framework.spec.MessageSubscribeSpec
public class MessageSubscribeSpec
- extends SpecNode
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MessageSubscribeSpec
public MessageSubscribeSpec()
setChannel
public void setChannel(java.lang.String channel)
getType
public java.lang.String getType()
- Specified by:
getType
in class SpecNode
getChannel
public java.lang.String getChannel()
getMessageSelector
public MessageSelectorSpec getMessageSelector()
loadSpec
public static MessageSubscribeSpec loadSpec(org.dom4j.Element element)
throws MactorException
- Throws:
MactorException
addToElement
public org.dom4j.Element addToElement(org.dom4j.Element parent)
- Specified by:
addToElement
in class SpecNode
getShortDescription
public java.lang.String getShortDescription()
- Specified by:
getShortDescription
in class SpecNode
getDescription
public java.lang.String getDescription()
- Specified by:
getDescription
in class SpecNode
Copyright © 2008. All Rights Reserved.