|
Sun Adapter for MSMQ API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.stc.connector.msmqadapter.appconn.MSMQInboundConfiguration
public class MSMQInboundConfiguration
This is the bean class that holds inbound configuration information if any.
| Constructor Summary | |
|---|---|
MSMQInboundConfiguration()
Default constructor |
|
| Method Summary | |
|---|---|
java.lang.Number |
getInConnectionRetriesCount()
Returns the inConnectionRetriesCount |
java.lang.Number |
getInConnectionRetryInterval()
Returns the inConnectionRetryInterval |
java.lang.String |
getInMSMQAccessMode()
Returns the inMSMQAccessMode |
java.lang.String |
getInMSMQFormatName()
Returns the inMSMQFormatName |
java.lang.String |
getInMSMQHost()
Returns the inMSMQHost |
java.lang.String |
getInMSMQName()
Returns the inMSMQName |
java.lang.String |
getInMSMQReceiveActionCode()
Returns the inMSMQReceiveActionCode |
java.lang.String |
getInMSMQShareMode()
Returns the inMSMQShareMode |
java.lang.String |
getInMSMQTransactionType()
Returns the inMSMQReceiveActionCode |
java.lang.String |
getInQueueAlias()
Returns the inQueueAlias |
java.lang.Number |
getPollMilliseconds()
Returns the PollMilliseconds |
void |
initialize(com.stc.connector.framework.util.ConfigurationHelper aConfiguration)
Initialize the MSMQInboundConfiguration instance with the Properties bundle. |
void |
setInConnectionRetriesCount(java.lang.Number inConnectionRetriesCount)
Sets the inConnectionRetriesCount |
void |
setInConnectionRetryInterval(java.lang.Number inConnectionRetryInterval)
Sets the inConnectionRetryInterval |
void |
setInMSMQAccessMode(java.lang.String inMSMQAccessMode)
Sets the inMSMQAccessMode |
void |
setInMSMQFormatName(java.lang.String inMSMQFormatName)
Sets the inMSMQFormatName |
void |
setInMSMQHost(java.lang.String inMSMQHost)
Sets the inMSMQHost |
void |
setInMSMQName(java.lang.String inMSMQName)
Sets the inMSMQName |
void |
setInMSMQReceiveActionCode(java.lang.String inMSMQReceiveActionCode)
Sets the inMSMQReceiveActionCode |
void |
setInMSMQShareMode(java.lang.String inMSMQShareMode)
Sets the inMSMQShareMode |
void |
setInMSMQTransactionType(java.lang.String inVar)
Sets the inMSMQReceiveActionCode |
void |
setInQueueAlias(java.lang.String inQueueAlias)
Sets the inQueueAlias |
void |
setPollMilliseconds(java.lang.Number PollMilliseconds)
Sets the PollMilliseconds |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MSMQInboundConfiguration()
| Method Detail |
|---|
public void initialize(com.stc.connector.framework.util.ConfigurationHelper aConfiguration)
throws MSMQApplicationException
originalConfig - The Properties bundle containing the
configuration information.
MSMQApplicationExceptionpublic void setInMSMQFormatName(java.lang.String inMSMQFormatName)
inMSMQFormatName - public java.lang.String getInMSMQFormatName()
public void setInMSMQAccessMode(java.lang.String inMSMQAccessMode)
inMSMQAccessMode - public java.lang.String getInMSMQAccessMode()
public void setInMSMQShareMode(java.lang.String inMSMQShareMode)
inMSMQShareMode - public java.lang.String getInMSMQShareMode()
public void setInQueueAlias(java.lang.String inQueueAlias)
inQueueAlias - public java.lang.String getInQueueAlias()
public void setInMSMQHost(java.lang.String inMSMQHost)
inMSMQHost - public java.lang.String getInMSMQHost()
public void setInMSMQReceiveActionCode(java.lang.String inMSMQReceiveActionCode)
inMSMQReceiveActionCode - public java.lang.String getInMSMQReceiveActionCode()
public void setInMSMQTransactionType(java.lang.String inVar)
inMSMQReceiveActionCode - public java.lang.String getInMSMQTransactionType()
public void setPollMilliseconds(java.lang.Number PollMilliseconds)
PollMilliseconds - public java.lang.Number getPollMilliseconds()
public void setInMSMQName(java.lang.String inMSMQName)
inMSMQName - public java.lang.String getInMSMQName()
public void setInConnectionRetriesCount(java.lang.Number inConnectionRetriesCount)
inConnectionRetriesCount - public java.lang.Number getInConnectionRetriesCount()
public void setInConnectionRetryInterval(java.lang.Number inConnectionRetryInterval)
inConnectionRetryInterval - public java.lang.Number getInConnectionRetryInterval()
|
Sun Adapter for MSMQ API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||