Package | Description |
---|---|
javax.slee.resource |
This package defines the classes and interfaces for resource adaptor components.
|
Modifier and Type | Method and Description |
---|---|
void |
SleeEndpoint.startActivity(ActivityHandle handle,
Object activity)
Notify the SLEE that a new activity has started.
|
void |
SleeEndpoint.startActivity(ActivityHandle handle,
Object activity,
int activityFlags)
Notify the SLEE that a new activity has started.
|
void |
SleeEndpoint.startActivitySuspended(ActivityHandle handle,
Object activity)
Notify the SLEE that a new activity has started, and that it is suspended.
|
void |
SleeEndpoint.startActivitySuspended(ActivityHandle handle,
Object activity,
int activityFlags)
Notify the SLEE that a new activity has started, and that it is suspended.
|
void |
SleeEndpoint.startActivityTransacted(ActivityHandle handle,
Object activity)
Notify the SLEE that a new activity has started.
|
void |
SleeEndpoint.startActivityTransacted(ActivityHandle handle,
Object activity,
int activityFlags)
Notify the SLEE that a new activity has started.
|