| Modifier and Type | Class and Description |
|---|---|
class |
AdminMarshaller
Provides the implementation of the
AdminService interface
that marshalls the arguments and delivers the request to the provider
on the server. |
| Modifier and Type | Class and Description |
|---|---|
class |
BureauMarshaller
Provides the implementation of the
BureauService interface
that marshalls the arguments and delivers the request to the provider
on the server. |
| Modifier and Type | Class and Description |
|---|---|
class |
ChannelSpeakMarshaller
Provides the implementation of the
ChannelSpeakService interface
that marshalls the arguments and delivers the request to the provider
on the server. |
class |
ChatMarshaller
Provides the implementation of the
ChatService interface
that marshalls the arguments and delivers the request to the provider
on the server. |
class |
SpeakMarshaller
Provides the implementation of the
SpeakService interface
that marshalls the arguments and delivers the request to the provider
on the server. |
| Modifier and Type | Class and Description |
|---|---|
class |
BodyMarshaller
Provides the implementation of the
BodyService interface
that marshalls the arguments and delivers the request to the provider
on the server. |
class |
LocationMarshaller
Provides the implementation of the
LocationService interface
that marshalls the arguments and delivers the request to the provider
on the server. |
| Modifier and Type | Class and Description |
|---|---|
class |
CrowdPeerMarshaller
Provides the implementation of the
CrowdPeerService interface
that marshalls the arguments and delivers the request to the provider
on the server. |
| Modifier and Type | Class and Description |
|---|---|
class |
RegistrationMarshaller
Provides the implementation of the
RegistrationService interface
that marshalls the arguments and delivers the request to the provider
on the server. |
class |
TimeBaseMarshaller
Provides the implementation of the
TimeBaseService interface
that marshalls the arguments and delivers the request to the provider
on the server. |
| Modifier and Type | Field and Description |
|---|---|
List<InvocationMarshaller<?>> |
BootstrapData.services
A list of handles to invocation services.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PeerMarshaller
Provides the implementation of the
PeerService interface
that marshalls the arguments and delivers the request to the provider
on the server. |
| Modifier and Type | Class and Description |
|---|---|
class |
InvocationDispatcher<T extends InvocationMarshaller<?>>
Provides the base class via which invocation service requests are dispatched.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends InvocationMarshaller<?>> |
InvocationManager.registerDispatcher(InvocationDispatcher<T> dispatcher)
Registers the supplied invocation dispatcher, returning a marshaller that can be used to
send requests to the provider for whom the dispatcher is proxying.
|
<T extends InvocationMarshaller<?>> |
InvocationManager.registerDispatcher(InvocationDispatcher<T> dispatcher,
boolean bootstrap)
Deprecated.
|
<T extends InvocationMarshaller<?>> |
InvocationManager.registerDispatcher(InvocationDispatcher<T> dispatcher,
String group)
Registers the supplied invocation dispatcher, returning a marshaller that can be used to
send requests to the provider for whom the dispatcher is proxying.
|
<T extends InvocationMarshaller<?>> |
InvocationManager.registerProvider(InvocationProvider provider,
Class<T> mclass)
Registers the supplied invocation service provider.
|
<T extends InvocationMarshaller<?>> |
InvocationManager.registerProvider(InvocationProvider provider,
Class<T> mclass,
String group)
Registers the supplied invocation service provider.
|
| Modifier and Type | Method and Description |
|---|---|
List<InvocationMarshaller<?>> |
InvocationManager.getBootstrapServices(String[] bootGroups)
Constructs a list of all bootstrap services registered in any of the supplied groups.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InvocationManager.clearDispatcher(InvocationMarshaller<?> marsh)
Clears out a dispatcher registration.
|
Copyright © 2015. All rights reserved.