|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Address | |
|---|---|
| javax.slee | |
| javax.slee.connection | |
| javax.slee.facilities | |
| javax.slee.profile | |
| javax.slee.resource | |
| Uses of Address in javax.slee |
|---|
| Methods in javax.slee that return Address | |
|---|---|
Address |
InitialEventSelector.getAddress()
Get the Address for the event. |
Address |
EventContext.getAddress()
Get the address that was provided when the event was fired. |
| Methods in javax.slee with parameters of type Address | |
|---|---|
void |
InitialEventSelector.setAddress(Address address)
Set the Address for the event. |
| Uses of Address in javax.slee.connection |
|---|
| Methods in javax.slee.connection with parameters of type Address | |
|---|---|
void |
SleeConnection.fireEvent(java.lang.Object event,
EventTypeID eventType,
ExternalActivityHandle handle,
Address address)
Fires an event on an external activity. |
| Uses of Address in javax.slee.facilities |
|---|
| Methods in javax.slee.facilities with parameters of type Address | |
|---|---|
TimerID |
TimerFacility.setTimer(ActivityContextInterface aci,
Address address,
long startTime,
long period,
int numRepetitions,
TimerOptions options)
Set a periodic timer. |
TimerID |
TimerFacility.setTimer(ActivityContextInterface aci,
Address address,
long expireTime,
TimerOptions options)
Set a non-periodic timer. |
| Uses of Address in javax.slee.profile |
|---|
| Methods in javax.slee.profile that return Address | |
|---|---|
Address |
AddressProfile11CMP.getAddress()
Get the address for this profile. |
Address[] |
AddressProfileCMP.getAddresses()
Deprecated. Get the addresses for this profile. |
Address |
ProfileUpdatedEvent.getProfileAddress()
Get the address of the profile that was updated. |
Address |
ProfileRemovedEvent.getProfileAddress()
Get the address of the profile that was removed. |
Address |
ProfileAddedEvent.getProfileAddress()
Get the address of the profile that was added. |
Address |
ProfileID.toAddress()
Get an Address object containing the address form of the profile
identified by this profile identifier. |
| Methods in javax.slee.profile with parameters of type Address | |
|---|---|
void |
AddressProfile11CMP.setAddress(Address address)
Set the address for this profile. |
void |
AddressProfileCMP.setAddresses(Address[] addresses)
Deprecated. Set the addresses for this profile. |
| Constructors in javax.slee.profile with parameters of type Address | |
|---|---|
ProfileID(Address address)
Create a ProfileID object from an address. |
|
| Uses of Address in javax.slee.resource |
|---|
| Methods in javax.slee.resource with parameters of type Address | |
|---|---|
void |
ResourceAdaptor.eventProcessingFailed(ActivityHandle handle,
FireableEventType eventType,
java.lang.Object event,
Address address,
ReceivableService service,
int flags,
FailureReason reason)
The SLEE invokes this method on a resource adaptor object to inform it that an event it fired to the SLEE could not be processed successfully. |
void |
ResourceAdaptor.eventProcessingSuccessful(ActivityHandle handle,
FireableEventType eventType,
java.lang.Object event,
Address address,
ReceivableService service,
int flags)
The SLEE invokes this method on a resource adaptor object to inform it that an event it fired to the SLEE has been processed successfully. |
void |
ResourceAdaptor.eventUnreferenced(ActivityHandle handle,
FireableEventType eventType,
java.lang.Object event,
Address address,
ReceivableService service,
int flags)
The SLEE invokes this method on a resource adaptor object when the event object for an event fired by the resource adaptor is no longer referenced by the SLEE. |
void |
SleeEndpoint.fireEvent(ActivityHandle handle,
FireableEventType eventType,
java.lang.Object event,
Address address,
ReceivableService service)
Fire an event on an activity to the SLEE. |
void |
SleeEndpoint.fireEvent(ActivityHandle handle,
FireableEventType eventType,
java.lang.Object event,
Address address,
ReceivableService service,
int eventFlags)
Fire an event on an activity to the SLEE. |
void |
SleeEndpoint.fireEventTransacted(ActivityHandle handle,
FireableEventType eventType,
java.lang.Object event,
Address address,
ReceivableService service)
Fire an event on an activity to the SLEE. |
void |
SleeEndpoint.fireEventTransacted(ActivityHandle handle,
FireableEventType eventType,
java.lang.Object event,
Address address,
ReceivableService service,
int eventFlags)
Fire an event on an activity to the SLEE. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||