|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ServiceAvailability | |
|---|---|
| com.codemonster.surinam.export.lifecycle | |
| Uses of ServiceAvailability in com.codemonster.surinam.export.lifecycle |
|---|
| Methods in com.codemonster.surinam.export.lifecycle that return ServiceAvailability | |
|---|---|
ServiceAvailability |
ManagedService.getServiceAvailability()
This is a request to set the availability flag to false, which will tell the framework that this implementation is not ready to accept calls. |
ServiceAvailability |
ServiceAdapter.getServiceAvailability()
This is a standard accessor to acquire a service implementation's availability status. |
static ServiceAvailability |
ServiceAvailability.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ServiceAvailability[] |
ServiceAvailability.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.codemonster.surinam.export.lifecycle with parameters of type ServiceAvailability | |
|---|---|
void |
ManagedService.setServiceAvailability(ServiceAvailability availabilityState)
This is a request to set the availability flag to the given value, which will tell the framework that this implementation is now ready to accept calls. |
void |
ServiceAdapter.setServiceAvailability(ServiceAvailability availability)
This is a request for the organization implementation to set its availability to the given state. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||