Sonic Management API

com.sonicsw.mq.mgmtapi.config.gen
Interface IAbstractAcceptorProtocolBean.IAbstractAcceptorDirectContentMapItemType

All Superinterfaces:
IMgmtBase, IMgmtSubBeanBase
All Known Subinterfaces:
IAcceptorProtocolBean.IAcceptorDirectContentMapItemType
Enclosing interface:
IAbstractAcceptorProtocolBean

public static interface IAbstractAcceptorProtocolBean.IAbstractAcceptorDirectContentMapItemType
extends IMgmtSubBeanBase

Inner class representing AcceptorDirectContentMapItemType This class extends IMgmtListBase


Method Summary
 java.lang.String getHttpType()
          Get the attribute for HTTP_TYPE as a String value.
 IMgmtAttributeMetaData getHttpTypeMetaData()
          Get the attribute metadata for HTTP_TYPE.
 java.lang.String getJmsType()
          Get the attribute for JMS_TYPE as a String value.
 IMgmtAttributeMetaData getJmsTypeMetaData()
          Get the attribute metadata for JMS_TYPE.
 void setHttpType(java.lang.String value)
          Set the attribute for HTTP_TYPE to the specified String value.
 void setJmsType(java.lang.String value)
          Set the attribute for JMS_TYPE to the specified String value.
 
Methods inherited from interface com.sonicsw.ma.mgmtapi.config.IMgmtSubBeanBase
getBigDecimalAttribute, getBooleanAttribute, getByteArrayAttribute, getIntegerAttribute, getLongAttribute, getReferenceAttribute, getStringAttribute, 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
 

Method Detail

getHttpType

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

getHttpTypeMetaData

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

getJmsType

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

getJmsTypeMetaData

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

setHttpType

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

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

setJmsType

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