|
Sun Adapter for Websphere MQ API | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface EwayConfiguration
Definition of an OTD presentation of eWay configuration data.
| Method Summary | |
|---|---|
long |
getMaximumMessageSize()
Returns the maximum message size specified in the eWay configuration. |
java.lang.String |
getQueueName()
Returns the queue name specified in the eWay configuration. |
long |
getScheduleInterval()
Returns the schedule interval (in millisecond units) specified in the eWay configuration. |
java.lang.String |
getSecurityExitName()
Returns the security exit specified in the eWay configuration. |
java.lang.String |
getSecurityExitPath()
Returns the security exit classpath specified in the eWay configuration. |
| Methods inherited from interface com.stc.connector.persistence.bpel.PersistableData |
|---|
persist, restore |
| Method Detail |
|---|
java.lang.String getQueueName()
String - Returns the queue name or blank (never null).
long getScheduleInterval()
long - Returns the schedule interval value.
java.lang.String getSecurityExitName()
String - Returns the security exit or blank
(never null).
java.lang.String getSecurityExitPath()
String - Returns the security exit path or blank
(never null).
long getMaximumMessageSize()
long - Returns the maximum message size.
|
Sun Adapter for Websphere MQ API | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||