|
Sun Adapter for SNA LU62 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface SNAInboundConfiguration.SNAInboundListenerSchedule
The configuration object for inbound ListenerSchedule section. For more information about each method, see the corresponding online help for the eWay configuration editor GUI.
| Method Summary | |
|---|---|
boolean |
getAtFixedRate()
Gets AtFixedRate |
long |
getDelay()
Gets Delay |
long |
getPeriod()
Gets Period |
java.lang.String |
getScheduler()
Gets Scheduler |
java.lang.String |
getScheduleType()
Gets ScheduleType |
boolean |
isAtFixedRate()
Is AtFixedRate? |
boolean |
isOneTimeScheduleType()
Is OneTimeScheduleType? |
boolean |
isRepeatedScheduleType()
Is RepeatedScheduleType? |
boolean |
isTimerServiceScheduler()
Is TimerServiceScheduler? |
boolean |
isWorkManagerScheduler()
Is WorkManagerScheduler? |
void |
setAtFixedRate(boolean atFixedRate)
Sets AtFixedRate |
void |
setDelay(long aDelay)
Sets Delay |
void |
setPeriod(long aPeriod)
Sets Period |
void |
setScheduler(java.lang.String aScheduler)
Sets Scheduler |
void |
setScheduleType(java.lang.String aScheduleType)
Sets ScheduleType |
void |
validate()
Validates inbound ListenerSchedule section |
| Method Detail |
|---|
boolean isAtFixedRate()
boolean getAtFixedRate()
long getDelay()
long getPeriod()
java.lang.String getScheduler()
boolean isTimerServiceScheduler()
boolean isWorkManagerScheduler()
java.lang.String getScheduleType()
boolean isOneTimeScheduleType()
boolean isRepeatedScheduleType()
void setAtFixedRate(boolean atFixedRate)
throws SNAApplicationException
atFixedRate - The AtFixedRate to set
SNAApplicationException - up on error
void setDelay(long aDelay)
throws SNAApplicationException
aDelay - The Delay to set
SNAApplicationException - up on error
void setPeriod(long aPeriod)
throws SNAApplicationException
aPeriod - The Period to set
SNAApplicationException - up on error
void setScheduler(java.lang.String aScheduler)
throws SNAApplicationException
aScheduler - The Scheduler to set
SNAApplicationException - up on error
void setScheduleType(java.lang.String aScheduleType)
throws SNAApplicationException
aScheduleType - The ScheduleType to set
SNAApplicationException - up on error
void validate()
throws SNAApplicationException
SNAApplicationException - up on error
|
Sun Adapter for SNA LU62 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||