|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Initiator
Ikasan initiator interface defining the operations on an initiator.
| Method Summary | |
|---|---|
IkasanExceptionHandler |
getExceptionHandler()
Accessor for exceptionHandler |
Flow |
getFlow()
Returns the flow that this invokes |
long |
getHandledEventCount()
|
Date |
getLastEventTime()
|
String |
getName()
The flow initiator's name. |
Integer |
getRetryCount()
Accessor for retryCount |
InitiatorState |
getState()
Returns the current state of the Initiator |
String |
getType()
Returns the type of the initiator |
boolean |
isError()
Is this initiator in an error state. |
boolean |
isRecovering()
Is this initiator in a recovering state. |
boolean |
isRunning()
Is this initiator running. |
void |
start()
Start this initiator. |
void |
stop()
Stop this initiator. |
| Method Detail |
|---|
String getName()
String getType()
void start()
throws InitiatorOperationException
InitiatorOperationException - Exception if we cannot start the Initiator
void stop()
throws InitiatorOperationException
InitiatorOperationException - Exception if we cannot stop the InitiatorInitiatorState getState()
boolean isRunning()
boolean isError()
boolean isRecovering()
Flow getFlow()
Integer getRetryCount()
IkasanExceptionHandler getExceptionHandler()
long getHandledEventCount()
Date getLastEventTime()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||