Sonic Management API

com.sonicsw.mq.mgmtapi.config
Interface IAcceptorUrlSendReplyBean

All Superinterfaces:
IAbstractAcceptorUrlSendReplyBean, com.sonicsw.mx.config.IAnnotationExtension, IMgmtBase, IMgmtBeanBase

public interface IAcceptorUrlSendReplyBean
extends IAbstractAcceptorUrlSendReplyBean

Configuration Bean representing a AcceptorUrlSendReply


Nested Class Summary
static interface IAcceptorUrlSendReplyBean.IAcceptorDirectAuthenticationType
          Inner class representing AcceptorDirectAuthenticationType This class extends IAbstractAcceptorDirectAuthenticationType
 
Nested classes/interfaces inherited from interface com.sonicsw.mq.mgmtapi.config.gen.IAbstractAcceptorUrlSendReplyBean
IAbstractAcceptorUrlSendReplyBean.IAbstractAcceptorDirectAuthenticationType
 
Field Summary
 
Fields inherited from interface com.sonicsw.ma.mgmtapi.config.IMgmtBeanBase
C_VERSION_PROPERTY, CLASS_PROPERTY, P_VERSION_PROPERTY, TEMPLATE_PROPERTY, TYPE_PROPERTY
 
Fields inherited from interface com.sonicsw.mx.config.IAnnotationExtension
END_CDATA, START_CDATA, TOOL_ANNOTATION
 
Method Summary
 void setDiscardableDeliveryMode()
          Set the attribute for DELIVERY_MODE to the DISCARDABLE value.
 void setNonPersistentDeliveryMode()
          Set the attribute for DELIVERY_MODE to the NON_PERSISTANT value.
 void setNonPersistentReplicatedDeliveryMode()
          Set the attribute for DELIVERY_MODE to the NON_PERSISTANT_REPLICATED value.
 void setPersistentDeliveryMode()
          Set the attribute for DELIVERY_MODE to the PERSISTANT value.
 void setQueueDestinationType()
          Set the attribute for DESTINATION_TYPE to the QUEUE value.
 void setTopicDestinationType()
          Set the attribute for DESTINATION_TYPE to the TOPIC value.
 
Methods inherited from interface com.sonicsw.mq.mgmtapi.config.gen.IAbstractAcceptorUrlSendReplyBean
getAuthentication, getAuthenticationMetaData, getDeliveryMode, getDeliveryModeMetaData, getDestinationName, getDestinationNameMetaData, getDestinationType, getDestinationTypeMetaData, getNotifyUndelivered, getNotifyUndelivered, getNotifyUndeliveredMetaData, getPreserveUndelivered, getPreserveUndelivered, getPreserveUndeliveredMetaData, getPriority, getPriorityMetaData, getTimeout, getTimeoutMetaData, getTimeToLive, getTimeToLiveMetaData, getType, getTypeMetaData, getUndeliveredDestinationName, getUndeliveredDestinationName, getUndeliveredDestinationNameMetaData, getUndeliveredDestinationType, getUndeliveredDestinationTypeMetaData, getUrl, getUrlMetaData, getUser, getUserMetaData, setDeliveryMode, setDestinationName, setDestinationType, setNotifyUndelivered, setPreserveUndelivered, setPriority, setTimeout, setTimeToLive, setUndeliveredDestinationName, setUndeliveredDestinationType, setUrl, setUser
 
Methods inherited from interface com.sonicsw.ma.mgmtapi.config.IMgmtBeanBase
clone, createUniqueName, getBigDecimalAttribute, getBooleanAttribute, getByteArrayAttribute, getIntegerAttribute, getLongAttribute, getProperty, getReferenceAttribute, getStringAttribute, isNewBean, setBigDecimalAttribute, setBooleanAttribute, setByteArrayAttribute, setIntegerAttribute, setLongAttribute, setReferenceAttribute, setStringAttribute
 
Methods inherited from interface com.sonicsw.ma.mgmtapi.config.IMgmtBase
getAttributeList, getAttributeMap, getAttributeMetaData, getConfigBean, getConfigBeanName, getConfigBeanNameTail, getConfigPath, getConfigPath, getMgmtBeanFactory, getParent, removeAttribute, setAttribute
 
Methods inherited from interface com.sonicsw.mx.config.IAnnotationExtension
getAnnotation, setAnnotation
 

Method Detail

setDiscardableDeliveryMode

void setDiscardableDeliveryMode()
Set the attribute for DELIVERY_MODE to the DISCARDABLE value.


setNonPersistentDeliveryMode

void setNonPersistentDeliveryMode()
Set the attribute for DELIVERY_MODE to the NON_PERSISTANT value.


setNonPersistentReplicatedDeliveryMode

void setNonPersistentReplicatedDeliveryMode()
Set the attribute for DELIVERY_MODE to the NON_PERSISTANT_REPLICATED value.


setPersistentDeliveryMode

void setPersistentDeliveryMode()
Set the attribute for DELIVERY_MODE to the PERSISTANT value.


setQueueDestinationType

void setQueueDestinationType()
Set the attribute for DESTINATION_TYPE to the QUEUE value.


setTopicDestinationType

void setTopicDestinationType()
Set the attribute for DESTINATION_TYPE to the TOPIC value.


Sonic Management API

Copyright © 2001-2011 Progress Software Corporation. All Rights Reserved.
HTML formatted on 12-Aug-2011.