Sonic Management API

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

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

public interface IAbstractAcceptorProtocolJmsBean
extends IMgmtBeanBase

Configuration Bean representing a 'AcceptorProtocolJms'


Nested Class Summary
static interface IAbstractAcceptorProtocolJmsBean.IAbstractAcceptorDirectContentMapItemType
          Inner class representing AcceptorDirectContentMapItemType This class extends IMgmtListBase
static interface IAbstractAcceptorProtocolJmsBean.IAbstractAcceptorDirectContentMapType
          Inner class representing AcceptorDirectContentMapType This inner class contains inner data items that are keyed off a name.
static interface IAbstractAcceptorProtocolJmsBean.IAbstractHttpDirectURLMapType
          Inner class representing HttpDirectURLMapType This inner class contains inner data items that are keyed off a name.
 
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
 IAcceptorProtocolJmsBean.IAcceptorDirectContentMapType getDirectContentMap()
          Get the attribute for DIRECT_CONTENT_MAP.
 IMgmtAttributeMetaData getDirectContentMapMetaData()
          Get the attribute metadata for DIRECT_CONTENT_MAP.
 java.lang.String getDirectFactory()
          Get the attribute for DIRECT_FACTORY as a String value.
 IMgmtAttributeMetaData getDirectFactoryMetaData()
          Get the attribute metadata for DIRECT_FACTORY.
 java.lang.String getDirectName()
          Get the attribute for DIRECT_NAME as a String value.
 IMgmtAttributeMetaData getDirectNameMetaData()
          Get the attribute metadata for DIRECT_NAME.
 java.lang.String getDirectType()
          Get the attribute for DIRECT_TYPE as a String value.
 IMgmtAttributeMetaData getDirectTypeMetaData()
          Get the attribute metadata for DIRECT_TYPE.
 IAcceptorProtocolJmsBean.IHttpDirectURLMapType getDirectUrlMap()
          Get the attribute for DIRECT_URL_MAP.
 IMgmtAttributeMetaData getDirectUrlMapMetaData()
          Get the attribute metadata for DIRECT_URL_MAP.
 void setDirectName(java.lang.String value)
          Set the attribute for DIRECT_NAME 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

getDirectContentMap

IAcceptorProtocolJmsBean.IAcceptorDirectContentMapType getDirectContentMap()
                                                                           throws MgmtException
Get the attribute for DIRECT_CONTENT_MAP.

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

getDirectContentMapMetaData

IMgmtAttributeMetaData getDirectContentMapMetaData()
                                                   throws MgmtException
Get the attribute metadata for DIRECT_CONTENT_MAP.

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

getDirectFactory

java.lang.String getDirectFactory()
                                  throws MgmtException
Get the attribute for DIRECT_FACTORY 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

getDirectFactoryMetaData

IMgmtAttributeMetaData getDirectFactoryMetaData()
                                                throws MgmtException
Get the attribute metadata for DIRECT_FACTORY.

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

getDirectName

java.lang.String getDirectName()
                               throws MgmtException
Get the attribute for DIRECT_NAME 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

getDirectNameMetaData

IMgmtAttributeMetaData getDirectNameMetaData()
                                             throws MgmtException
Get the attribute metadata for DIRECT_NAME.

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

getDirectType

java.lang.String getDirectType()
                               throws MgmtException
Get the attribute for DIRECT_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

getDirectTypeMetaData

IMgmtAttributeMetaData getDirectTypeMetaData()
                                             throws MgmtException
Get the attribute metadata for DIRECT_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

getDirectUrlMap

IAcceptorProtocolJmsBean.IHttpDirectURLMapType getDirectUrlMap()
                                                               throws MgmtException
Get the attribute for DIRECT_URL_MAP.

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

getDirectUrlMapMetaData

IMgmtAttributeMetaData getDirectUrlMapMetaData()
                                               throws MgmtException
Get the attribute metadata for DIRECT_URL_MAP.

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

setDirectName

void setDirectName(java.lang.String value)
                   throws MgmtException
Set the attribute for DIRECT_NAME 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.