| Modifier and Type | Field and Description |
|---|---|
protected GCUBEProducer<GCUBEServiceContext.RILifetimeTopic,GCUBEServiceContext> |
GCUBEServiceContext.LTEventProducer
Embedded
GCUBEProducer for RI lifetime events. |
| Modifier and Type | Method and Description |
|---|---|
abstract GCUBEServiceContext |
GCUBEPortTypeContext.getServiceContext()
Returns the name of the service of the port-type.
|
GCUBEServiceContext |
GHNContext.getServiceContext(String serviceClass,
String serviceName)
Returns the context of a registered service from its class and name.
|
| Modifier and Type | Method and Description |
|---|---|
Set<GCUBEServiceContext> |
GHNContext.getServiceContexts()
Returns all the registered service contexts (no matter about which status they have)
|
| Modifier and Type | Method and Description |
|---|---|
void |
GHNContext.delegateCredentials(GCUBEServiceContext context,
GSSCredential credentials)
Delegates credentials to a service.
|
static <PORTTYPE extends Remote> |
GCUBERemotePortTypeContext.getProxy(PORTTYPE portTypeStub,
GCUBEServiceContext context)
Returns a gCube proxy to a conventional stub of a remote port-type.
|
static <PORTTYPE extends Remote> |
GCUBERemotePortTypeContext.getProxy(PORTTYPE portTypeStub,
GCUBEServiceContext context,
int callTimeout)
Returns a gCube proxy to a conventional stub of a remote port-type.
|
static <PORTTYPE extends Remote> |
GCUBERemotePortTypeContext.getProxy(PORTTYPE portTypeStub,
int callTimeout,
GCUBEServiceContext... context)
Returns a gCube proxy to a conventional stub of a remote port-type.
|
void |
GCUBEServiceContext.initialise(GCUBEServiceContext ctxt)
Initialise the manager with the context of the associated service.
|
void |
GHNContext.registerService(GCUBEServiceContext context)
Registers a service context in the current node.
|
| Modifier and Type | Method and Description |
|---|---|
GCUBEServiceContext |
Events.CredentialPayload.getServiceContext() |
abstract GCUBEServiceContext |
CredentialConsumer.getServiceContext()
Returns the context of the service on behalf of which the consumer is requesting credential delegation.
|
| Constructor and Description |
|---|
Events.CredentialPayload(GCUBEServiceContext context,
GSSCredential credentials) |
Events.CredentialRequestEvent(GCUBEServiceContext context) |
Events.GHNRIRegistrationEvent(GCUBEServiceContext context) |
| Modifier and Type | Method and Description |
|---|---|
<T1 extends GCUBEServiceContext.RILifetimeTopic,P1 extends GCUBEServiceContext> |
Consumer.onEvent(GCUBEEvent<T1,P1>... events)
Receives RI lifetime events and dispatches them to topic-specific callbacks.
|
| Constructor and Description |
|---|
Builder(GCUBEServiceContext context) |
| Constructor and Description |
|---|
RI(GCUBEServiceContext ctxt) |
| Modifier and Type | Field and Description |
|---|---|
protected GCUBEServiceContext |
GCUBERIPersistenceManager.ctxt
The context of the service.
|
| Constructor and Description |
|---|
GCUBERIFilePersistenceManager(GCUBEServiceContext ctxt,
GCUBERIPersistenceManagerProfile profile)
Creates a new instance for a given service and from a given configuration profile.
|
GCUBERINoPersistenceManager(GCUBEServiceContext ctxt,
GCUBERIPersistenceManagerProfile profile)
Creates a new instance for a given service and from a given configuration profile.
|
GCUBERIPersistenceManager(GCUBEServiceContext ctxt,
GCUBERIPersistenceManagerProfile profile)
Creates a new instance for a given service and from a given configuration profile.
|
| Modifier and Type | Field and Description |
|---|---|
protected GCUBEServiceContext |
GCUBEPluginManager.context
The context of the associated service.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GCUBEPluginManager.initialise(GCUBEServiceContext context,
GCUBEPluginManagerProfile managerProfile)
Initialises the manager with the context of the associated service.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract GCUBEServiceContext |
GCUBEPortType.getServiceContext()
Returns the service context.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GCUBEServiceSecurityManager.initialise(GCUBEServiceContext ctxt)
Initialise the manager with the context of the associated service.
|
void |
GCUBEServiceSecurityController.initialise(GCUBEServiceContext ctxt,
GCUBEServiceSecurityManager securityManager)
Initialise the manager with the context of the associated service.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GCUBESimpleServiceSecurityManager.initialise(GCUBEServiceContext ctxt) |
void |
GCUBESimpleServiceAuthController.initialise(GCUBEServiceContext ctxt,
GCUBEServiceSecurityManager securityConfigurationManager) |
void |
GCUBEAuthzChainAuthorizationController.initialise(GCUBEServiceContext ctxt,
GCUBEServiceSecurityManager securityManager) |
| Modifier and Type | Field and Description |
|---|---|
protected GCUBEServiceContext |
GCUBELocalResource.context
The context of the service in which the resource is used.
|
| Modifier and Type | Method and Description |
|---|---|
GCUBEServiceContext |
GCUBEWSHome.getServiceContext()
Returns the associated
GCUBEServiceContext. |
GCUBEServiceContext |
GCUBELocalResource.getServiceContext()
Returns the context of the service associated with the resource.
|
GCUBEServiceContext |
GCUBEWSResource.getServiceContext()
Returns the context of the service associated with the resource.
|
abstract GCUBEServiceContext |
GCUBEStatefulResource.getServiceContext()
Returns the context of the service associated with the resource.
|
abstract GCUBEServiceContext |
GCUBEResourceHome.getServiceContext()
Returns the associated
GCUBEServiceContext. |
| Modifier and Type | Method and Description |
|---|---|
void |
GCUBELocalResource.setServiceContext(GCUBEServiceContext context)
Sets the service context associated with the local resource.
|
| Constructor and Description |
|---|
GCUBECall(GCUBEServiceContext ctxt)
Creates an instance with a service context.
|
RICall(GCUBEServiceContext ctxt)
Creates an instance with a service context.
|
StagingCall(GCUBEServiceContext ctxt)
Creates an instance with a service context.
|
WSCall(GCUBEServiceContext ctxt)
Creates an instance with a service context.
|
Copyright © 2015. All Rights Reserved.