| Package | Description |
|---|---|
| org.nustaq.kontraktor | |
| org.nustaq.kontraktor.impl | |
| org.nustaq.kontraktor.remoting.base | |
| org.nustaq.kontraktor.remoting.encoding |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Actor.__dispatchRemoteCall(ObjectSocket objSocket,
RemoteCallEntry rce,
RemoteRegistry registry,
List<IPromise> createdFutures,
Object authContext,
BiFunction<Actor,String,Boolean> callInterceptor)
called if a message invokation from remote is received
|
Object |
Scheduler.enqueueCall(RemoteRegistry reg,
Actor sendingActor,
Actor receiver,
String methodName,
Object[] args,
boolean isCB) |
Object |
Scheduler.enqueueCallFromRemote(RemoteRegistry reg,
Actor sendingActor,
Actor receiver,
String methodName,
Object[] args,
boolean isCB,
Object securityContext,
BiFunction<Actor,String,Boolean> callInterceptor) |
| Modifier and Type | Method and Description |
|---|---|
RemoteRegistry |
CallEntry.getRemoteRefRegistry() |
| Modifier and Type | Method and Description |
|---|---|
protected CallEntry |
SimpleScheduler.createCallentry(RemoteRegistry reg,
Object[] args,
boolean isCB,
Actor actor,
Method method) |
protected CallEntry |
RemoteScheduler.createCallentry(RemoteRegistry reg,
Object[] args,
boolean isCB,
Actor actor,
Method method) |
Object |
SimpleScheduler.enqueueCall(RemoteRegistry reg,
Actor sendingActor,
Actor receiver,
String methodName,
Object[] args,
boolean isCB) |
Object |
SimpleScheduler.enqueueCallFromRemote(RemoteRegistry reg,
Actor sendingActor,
Actor receiver,
String methodName,
Object[] args,
boolean isCB,
Object securityContext,
BiFunction<Actor,String,Boolean> callInterceptor) |
void |
CallEntry.setRemoteRefRegistry(RemoteRegistry remoteRefRegistry) |
| Modifier and Type | Method and Description |
|---|---|
IPromise |
RemoteRefPolling.scheduleSendLoop(RemoteRegistry reg)
return a future which is completed upon connection close
|
| Constructor and Description |
|---|
ScheduleEntry(RemoteRegistry reg,
Promise promise) |
| Constructor and Description |
|---|
ActorRefSerializer(RemoteRegistry reg) |
CallbackRefSerializer(RemoteRegistry reg) |
Copyright © 2017. All rights reserved.