Sonic Management API

com.sonicsw.mq.mgmtapi.config.gen
Interface IAbstractAcceptorJmsUrlSendReplyBean

All Superinterfaces:
com.sonicsw.mx.config.IAnnotationExtension, IMgmtBase, IMgmtBeanBase
All Known Subinterfaces:
IAcceptorJmsUrlSendReplyBean

public interface IAbstractAcceptorJmsUrlSendReplyBean
extends IMgmtBeanBase

Configuration Bean representing a 'AcceptorJmsUrlSendReply'


Nested Class Summary
static interface IAbstractAcceptorJmsUrlSendReplyBean.IAbstractAcceptorDirectAuthenticationType
          Inner class representing AcceptorDirectAuthenticationType This class extends IMgmtListBase
 
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
 IAcceptorJmsUrlSendReplyBean.IAcceptorDirectAuthenticationType getAuthentication()
          Get the attribute for AUTHENTICATION.
 IMgmtAttributeMetaData getAuthenticationMetaData()
          Get the attribute metadata for AUTHENTICATION.
 boolean getDuplicateDetect()
          Get the attribute for DUPLICATE_DETECT as a boolean value.
 IMgmtAttributeMetaData getDuplicateDetectMetaData()
          Get the attribute metadata for DUPLICATE_DETECT.
 long getTimeout()
          Get the attribute for TIMEOUT as a long value.
 IMgmtAttributeMetaData getTimeoutMetaData()
          Get the attribute metadata for TIMEOUT.
 java.lang.String getType()
          Get the attribute for TYPE as a String value.
 IMgmtAttributeMetaData getTypeMetaData()
          Get the attribute metadata for TYPE.
 java.lang.String getUrl()
          Get the attribute for URL as a String value.
 IMgmtAttributeMetaData getUrlMetaData()
          Get the attribute metadata for URL.
 java.lang.String getUser()
          Get the attribute for USER as a String value.
 java.lang.String getUser(java.lang.String defValue)
          Get the attribute for USER as a String value.
 IMgmtAttributeMetaData getUserMetaData()
          Get the attribute metadata for USER.
 void setDuplicateDetect(boolean value)
          Set the attribute for DUPLICATE_DETECT to the specified boolean value.
 void setTimeout(long value)
          Set the attribute for TIMEOUT to the specified long value.
 void setUrl(java.lang.String value)
          Set the attribute for URL to the specified String value.
 void setUser(java.lang.String value)
          Set the attribute for USER to the specified String value.
 
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

getAuthentication

IAcceptorJmsUrlSendReplyBean.IAcceptorDirectAuthenticationType getAuthentication()
                                                                                 throws MgmtException
Get the attribute for AUTHENTICATION.

Returns:
The IAcceptorDirectAuthenticationType value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getAuthenticationMetaData

IMgmtAttributeMetaData getAuthenticationMetaData()
                                                 throws MgmtException
Get the attribute metadata for AUTHENTICATION.

Returns:
The IMgmtAttributeMetaData value for this attribute
Throws:
MgmtException - Thrown when this attribute metadata doesn't exist or if there is some problem obtaining this attribute metadata

getDuplicateDetect

boolean getDuplicateDetect()
                           throws MgmtException
Get the attribute for DUPLICATE_DETECT as a boolean value.

Returns:
The boolean value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getDuplicateDetectMetaData

IMgmtAttributeMetaData getDuplicateDetectMetaData()
                                                  throws MgmtException
Get the attribute metadata for DUPLICATE_DETECT.

Returns:
The IMgmtAttributeMetaData value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute's metadata

getTimeout

long getTimeout()
                throws MgmtException
Get the attribute for TIMEOUT as a long value.

Returns:
The long value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getTimeoutMetaData

IMgmtAttributeMetaData getTimeoutMetaData()
                                          throws MgmtException
Get the attribute metadata for TIMEOUT.

Returns:
The IMgmtAttributeMetaData value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute's metadata

getType

java.lang.String getType()
                         throws MgmtException
Get the attribute for TYPE as a String value.

Returns:
The String value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getTypeMetaData

IMgmtAttributeMetaData getTypeMetaData()
                                       throws MgmtException
Get the attribute metadata for TYPE.

Returns:
The IMgmtAttributeMetaData value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute's metadata

getUrl

java.lang.String getUrl()
                        throws MgmtException
Get the attribute for URL as a String value.

Returns:
The String value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getUrlMetaData

IMgmtAttributeMetaData getUrlMetaData()
                                      throws MgmtException
Get the attribute metadata for URL.

Returns:
The IMgmtAttributeMetaData value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute's metadata

getUser

java.lang.String getUser()
                         throws MgmtException
Get the attribute for USER as a String value. This is an optional attribute and a MgmtException will be thrown if the attribute does not exist.

Returns:
The String value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getUser

java.lang.String getUser(java.lang.String defValue)
                         throws MgmtException
Get the attribute for USER as a String value. If the attribute doesn't exist then return the specified default value.

Parameters:
defValue - The default value to return if this attribute doesn't exist
Returns:
The String value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getUserMetaData

IMgmtAttributeMetaData getUserMetaData()
                                       throws MgmtException
Get the attribute metadata for USER.

Returns:
The IMgmtAttributeMetaData value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute's metadata

setDuplicateDetect

void setDuplicateDetect(boolean value)
                        throws MgmtException
Set the attribute for DUPLICATE_DETECT to the specified boolean value.

Parameters:
value - The boolean value for this attribute
Throws:
MgmtException - Thrown if there is some problem setting this attribute

setTimeout

void setTimeout(long value)
                throws MgmtException
Set the attribute for TIMEOUT to the specified long value.

Parameters:
value - The long value for this attribute
Throws:
MgmtException - Thrown if there is some problem setting this attribute

setUrl

void setUrl(java.lang.String value)
            throws MgmtException
Set the attribute for URL to the specified String value.

Parameters:
value - The String value for this attribute
Throws:
MgmtException - Thrown if there is some problem setting this attribute

setUser

void setUser(java.lang.String value)
             throws MgmtException
Set the attribute for USER to the specified String value.

Parameters:
value - The String value for this attribute
Throws:
MgmtException - Thrown if there is some problem setting this attribute

Sonic Management API

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