|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectibis.gmi.GroupMethod
A GroupMethod
object represents a method of a specific group
reference. It contains a single method configure
that can be used to set the invocation and reply handling schemes of
the method it represents.
Field Summary | |
int |
destinationSkeleton
An identification of the destination skeleton, for single invocations. |
int |
index
A number uniquely defining this method. |
InvocationScheme |
inv
After configuration, the InvocationScheme inv holds the
invocation scheme. |
int |
invocation_mode
A summary of the invocation scheme. |
ReplyScheme |
rep
After configuration, the ReplyScheme rep holds the reply scheme. |
int |
result_mode
A summary of the reply scheme. |
SendPort |
sendport
The sendport from which "single" or "group" invocations should obtain the write message. |
Constructor Summary | |
GroupMethod(GroupStub parent,
int index,
ParameterVector params,
java.lang.String descriptor)
Constructor. |
Method Summary | |
void |
configure(InvocationScheme invscheme,
ReplyScheme repscheme)
Method configuration. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public InvocationScheme inv
InvocationScheme
inv holds the
invocation scheme.
public ReplyScheme rep
ReplyScheme
rep holds the reply scheme.
public int invocation_mode
public int result_mode
public SendPort sendport
public int index
public int destinationSkeleton
Constructor Detail |
public GroupMethod(GroupStub parent, int index, ParameterVector params, java.lang.String descriptor)
parent
- the parent stubindex
- the method identificationparams
- a parameter vector specific for this methoddescriptor
- the descriptor of the methodMethod Detail |
public void configure(InvocationScheme invscheme, ReplyScheme repscheme) throws ConfigurationException
invscheme
- the invocation schemerepscheme
- the reply scheme
ConfigurationException
- when some illegal configuration
is given.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |