|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Nested Class Summary | |
static class |
Dispatcher.Message
|
static interface |
Dispatcher.MessageBuffer
|
static interface |
Dispatcher.MessageFlags
|
static class |
Dispatcher.Port
|
static class |
Dispatcher.PortAddress
|
static class |
Dispatcher.PortDescriptor
|
Field Summary | |
static java.lang.String |
SERVICE_NAME
|
Method Summary | |
Dispatcher.MessageBuffer |
allocBuffer(Dispatcher.Port port,
Dispatcher.PortAddress tgt,
long size,
int flags)
Describe allocBuffer method here. |
Dispatcher.Port |
createPort(int id)
Describe createPort method here. |
Dispatcher.PortAddress |
lookupPort(int id,
ApplicationId app,
HostId host)
Describe lookupPort method here. |
Dispatcher.MessageBuffer |
receive(Dispatcher.Port p,
long timeoutMillis)
Describe receive method here. |
void |
redirectPort(Dispatcher.PortDescriptor local,
Dispatcher.PortDescriptor remote)
Describe redirectPort method here. |
void |
releaseBuffer(Dispatcher.MessageBuffer mb)
Describe releaseBuffer method here. |
void |
releasePort(Dispatcher.Port p)
Describe releasePort method here. |
void |
resumePort(Dispatcher.Port p)
Describe resumePort method here. |
void |
send(Dispatcher.Port p,
Dispatcher.MessageBuffer m)
Describe send method here. |
void |
suspendPort(Dispatcher.Port p)
Describe suspendPort method here. |
Field Detail |
public static final java.lang.String SERVICE_NAME
Method Detail |
public Dispatcher.Port createPort(int id)
createPort
method here.
id
- an int
value
Port
valuepublic Dispatcher.PortAddress lookupPort(int id, ApplicationId app, HostId host)
lookupPort
method here.
id
- an int
valueapp
- an ApplicationId
valuehost
- a HostId
value
PortAddress
valuepublic void releasePort(Dispatcher.Port p)
releasePort
method here.
p
- a Port
valuepublic void suspendPort(Dispatcher.Port p)
suspendPort
method here.
p
- a Port
valuepublic void resumePort(Dispatcher.Port p)
resumePort
method here.
p
- a Port
valuepublic void redirectPort(Dispatcher.PortDescriptor local, Dispatcher.PortDescriptor remote)
redirectPort
method here.
local
- a PortDescriptor
valueremote
- a PortDescriptor
valuepublic Dispatcher.MessageBuffer allocBuffer(Dispatcher.Port port, Dispatcher.PortAddress tgt, long size, int flags)
allocBuffer
method here.
port
- a Port
valuetgt
- a PortAddress
valuesize
- a long
value
MessageBuffer
valuepublic void releaseBuffer(Dispatcher.MessageBuffer mb)
releaseBuffer
method here.
mb
- a MessageBuffer
valuepublic void send(Dispatcher.Port p, Dispatcher.MessageBuffer m)
send
method here.
p
- a Port
valuem
- a MessageBuffer
valuepublic Dispatcher.MessageBuffer receive(Dispatcher.Port p, long timeoutMillis)
receive
method here.
p
- a Port
valuetimeoutMillis
- a long
value
MessageBuffer
value
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |