Package | Description |
---|---|
javax.slee.connection |
This package defines interfaces for J2EE integration.
|
Modifier and Type | Method and Description |
---|---|
ExternalActivityHandle |
SleeConnection.createActivityHandle()
Creates a new external activity handle.
|
Modifier and Type | Method and Description |
---|---|
void |
SleeConnection.fireEvent(Object event,
EventTypeID eventType,
ExternalActivityHandle handle,
Address address)
Fires an event on an external activity.
|