|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ManagedGridService
A service that can be managed using TrustedAccountsAdmin.
Many services only permit a client to invoke certain operations if they hold
an account or SLA with the service provider. Usage of the service is billed to the
account or managed by the SLA. Each service manages a list of the services
which it trusts for this purpose (typically, only one).
A service should implement this interface to allow clients to find out which services are acceptable and to allow the service administrator to configure the list.
| Field Summary | |
|---|---|
static String |
FREE_SERVICE
This endpoint can be returned by getTrustedAccountServices() to indicate
that the service can be used without an account or SLA. |
| Method Summary | |
|---|---|
void |
addTrustedAccountService(org.apache.axis.message.addressing.EndpointReferenceType service)
Add a trusted management service to the list. |
org.apache.axis.message.addressing.EndpointReferenceType[] |
getTrustedAccountServices()
Get a list of trusted management services, as a list of EPRs. |
void |
removeTrustedAccountService(org.apache.axis.message.addressing.EndpointReferenceType service)
Remove a trusted management service from the list. |
| Field Detail |
|---|
static final String FREE_SERVICE
getTrustedAccountServices() to indicate
that the service can be used without an account or SLA.
| Method Detail |
|---|
@WebMethod
org.apache.axis.message.addressing.EndpointReferenceType[] getTrustedAccountServices()
throws RemoteException
RemoteException
@WebMethod
void addTrustedAccountService(org.apache.axis.message.addressing.EndpointReferenceType service)
throws RemoteException
service - the EPR of the service
RemoteException
@WebMethod
void removeTrustedAccountService(org.apache.axis.message.addressing.EndpointReferenceType service)
throws RemoteException
service - the EPR of the service
RemoteException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||