| Modifier and Type | Interface and Description |
|---|---|
interface |
AdminProvider
Defines the server-side of the
AdminService. |
| Modifier and Type | Class and Description |
|---|---|
class |
AdminManager
Handles admin stuffs.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
BureauProvider
Defines the server-side of the
BureauService. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ChannelSpeakProvider
Defines the server-side of the
ChannelSpeakService. |
interface |
SpeakProvider
Defines the server-side of the
SpeakService. |
| Modifier and Type | Class and Description |
|---|---|
class |
ChatChannelManager
Handles chat channel services.
|
class |
ChatProvider
The chat provider handles the server side of the chat-related invocation services.
|
class |
SpeakHandler
Wires up the
SpeakService to a particular distributed object. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CrowdPeerProvider
Defines the server-side of the
CrowdPeerService. |
| Modifier and Type | Class and Description |
|---|---|
class |
CrowdPeerManager
Extends the standard peer manager and bridges certain Crowd services.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
BodyProvider
Defines the server-side of the
BodyService. |
interface |
LocationProvider
Defines the server-side of the
LocationService. |
| Modifier and Type | Class and Description |
|---|---|
class |
BodyManager
Handles body related services.
|
class |
LocationManager
Handles location-related services.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
PeerProvider
Defines the server-side of the
PeerService. |
| Modifier and Type | Class and Description |
|---|---|
class |
PeerManager
Manages connections to the other nodes in a Presents server cluster.
|
| Modifier and Type | Method and Description |
|---|---|
static <S extends InvocationProvider,T extends InvocationService<?>> |
PeerUtil.createProviderProxy(Class<S> clazz,
T svc,
Client client)
Creates a proxy object implementing the specified provider interface (a subinterface of
InvocationProvider that forwards requests to the given service implementation
(a subinterface of InvocationService corresponding to the provider interface)
on the specified client. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RegistrationProvider
Defines the server-side of the
RegistrationService. |
| Modifier and Type | Class and Description |
|---|---|
class |
RegistrationManager
Adds receiver registrations for a client.
|
class |
TimeBaseProvider
Provides the server-side of the time base services.
|
| Modifier and Type | Field and Description |
|---|---|
InvocationProvider |
InvocationDispatcher.provider
The invocation provider for whom we're dispatching.
|
| Modifier and Type | Method and Description |
|---|---|
InvocationProvider |
InvocationDispatcher.getProvider() |
| Modifier and Type | Method and Description |
|---|---|
<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.
|
Copyright © 2015. All rights reserved.