|
Sonic Management API | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface IAbstractAcceptorUrlSendReplyBean
Configuration Bean representing a 'AcceptorUrlSendReply'
| Nested Class Summary | |
|---|---|
static interface |
IAbstractAcceptorUrlSendReplyBean.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 | |
|---|---|
IAcceptorUrlSendReplyBean.IAcceptorDirectAuthenticationType |
getAuthentication()
Get the attribute for AUTHENTICATION. |
IMgmtAttributeMetaData |
getAuthenticationMetaData()
Get the attribute metadata for AUTHENTICATION. |
java.lang.String |
getDeliveryMode()
Get the attribute for DELIVERY_MODE as a String value. |
IMgmtAttributeMetaData |
getDeliveryModeMetaData()
Get the attribute metadata for DELIVERY_MODE. |
java.lang.String |
getDestinationName()
Get the attribute for DESTINATION_NAME as a String value. |
IMgmtAttributeMetaData |
getDestinationNameMetaData()
Get the attribute metadata for DESTINATION_NAME. |
java.lang.String |
getDestinationType()
Get the attribute for DESTINATION_TYPE as a String value. |
IMgmtAttributeMetaData |
getDestinationTypeMetaData()
Get the attribute metadata for DESTINATION_TYPE. |
boolean |
getNotifyUndelivered()
Get the attribute for NOTIFY_UNDELIVERED as a boolean value. |
boolean |
getNotifyUndelivered(boolean defValue)
Get the attribute for NOTIFY_UNDELIVERED as a boolean value. |
IMgmtAttributeMetaData |
getNotifyUndeliveredMetaData()
Get the attribute metadata for NOTIFY_UNDELIVERED. |
boolean |
getPreserveUndelivered()
Get the attribute for PRESERVE_UNDELIVERED as a boolean value. |
boolean |
getPreserveUndelivered(boolean defValue)
Get the attribute for PRESERVE_UNDELIVERED as a boolean value. |
IMgmtAttributeMetaData |
getPreserveUndeliveredMetaData()
Get the attribute metadata for PRESERVE_UNDELIVERED. |
int |
getPriority()
Get the attribute for PRIORITY as a int value. |
IMgmtAttributeMetaData |
getPriorityMetaData()
Get the attribute metadata for PRIORITY. |
long |
getTimeout()
Get the attribute for TIMEOUT as a long value. |
IMgmtAttributeMetaData |
getTimeoutMetaData()
Get the attribute metadata for TIMEOUT. |
long |
getTimeToLive()
Get the attribute for TIME_TO_LIVE as a long value. |
IMgmtAttributeMetaData |
getTimeToLiveMetaData()
Get the attribute metadata for TIME_TO_LIVE. |
java.lang.String |
getType()
Get the attribute for TYPE as a String value. |
IMgmtAttributeMetaData |
getTypeMetaData()
Get the attribute metadata for TYPE. |
java.lang.String |
getUndeliveredDestinationName()
Get the attribute for UNDELIVERED_DESTINATION_NAME as a String value. |
java.lang.String |
getUndeliveredDestinationName(java.lang.String defValue)
Get the attribute for UNDELIVERED_DESTINATION_NAME as a String value. |
IMgmtAttributeMetaData |
getUndeliveredDestinationNameMetaData()
Get the attribute metadata for UNDELIVERED_DESTINATION_NAME. |
java.lang.String |
getUndeliveredDestinationType()
Get the attribute for UNDELIVERED_DESTINATION_TYPE as a String value. |
IMgmtAttributeMetaData |
getUndeliveredDestinationTypeMetaData()
Get the attribute metadata for UNDELIVERED_DESTINATION_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. |
IMgmtAttributeMetaData |
getUserMetaData()
Get the attribute metadata for USER. |
void |
setDeliveryMode(java.lang.String value)
Set the attribute for DELIVERY_MODE to the specified String value. |
void |
setDestinationName(java.lang.String value)
Set the attribute for DESTINATION_NAME to the specified String value. |
void |
setDestinationType(java.lang.String value)
Set the attribute for DESTINATION_TYPE to the specified String value. |
void |
setNotifyUndelivered(boolean value)
Set the attribute for NOTIFY_UNDELIVERED to the specified boolean value. |
void |
setPreserveUndelivered(boolean value)
Set the attribute for PRESERVE_UNDELIVERED to the specified boolean value. |
void |
setPriority(int value)
Set the attribute for PRIORITY to the specified int value. |
void |
setTimeout(long value)
Set the attribute for TIMEOUT to the specified long value. |
void |
setTimeToLive(long value)
Set the attribute for TIME_TO_LIVE to the specified long value. |
void |
setUndeliveredDestinationName(java.lang.String value)
Set the attribute for UNDELIVERED_DESTINATION_NAME to the specified String value. |
void |
setUndeliveredDestinationType(java.lang.String value)
Set the attribute for UNDELIVERED_DESTINATION_TYPE to the specified String 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 |
|---|
IAcceptorUrlSendReplyBean.IAcceptorDirectAuthenticationType getAuthentication()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getAuthenticationMetaData()
throws MgmtException
MgmtException - Thrown when this attribute metadata doesn't exist or
if there is some problem obtaining this attribute metadata
java.lang.String getDeliveryMode()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getDeliveryModeMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
java.lang.String getDestinationName()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getDestinationNameMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
java.lang.String getDestinationType()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getDestinationTypeMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
boolean getNotifyUndelivered()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
boolean getNotifyUndelivered(boolean defValue)
throws MgmtException
defValue - The default value to return if this attribute doesn't exist
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getNotifyUndeliveredMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
boolean getPreserveUndelivered()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
boolean getPreserveUndelivered(boolean defValue)
throws MgmtException
defValue - The default value to return if this attribute doesn't exist
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getPreserveUndeliveredMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
int getPriority()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getPriorityMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
long getTimeout()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getTimeoutMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
long getTimeToLive()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getTimeToLiveMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
java.lang.String getType()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getTypeMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
java.lang.String getUndeliveredDestinationName()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
java.lang.String getUndeliveredDestinationName(java.lang.String defValue)
throws MgmtException
defValue - The default value to return if this attribute doesn't exist
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getUndeliveredDestinationNameMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
java.lang.String getUndeliveredDestinationType()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getUndeliveredDestinationTypeMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
java.lang.String getUrl()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getUrlMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
java.lang.String getUser()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getUserMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
void setDeliveryMode(java.lang.String value)
throws MgmtException
value - The String value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setDestinationName(java.lang.String value)
throws MgmtException
value - The String value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setDestinationType(java.lang.String value)
throws MgmtException
value - The String value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setNotifyUndelivered(boolean value)
throws MgmtException
value - The boolean value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setPreserveUndelivered(boolean value)
throws MgmtException
value - The boolean value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setPriority(int value)
throws MgmtException
value - The int value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setTimeout(long value)
throws MgmtException
value - The long value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setTimeToLive(long value)
throws MgmtException
value - The long value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setUndeliveredDestinationName(java.lang.String value)
throws MgmtException
value - The String value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setUndeliveredDestinationType(java.lang.String value)
throws MgmtException
value - The String value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setUrl(java.lang.String value)
throws MgmtException
value - The String value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setUser(java.lang.String value)
throws MgmtException
value - The String value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
|
Sonic Management API | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||