|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jniwrapper.util.EnumItem
com.jniwrapper.win32.com.ServerCall
public final class ServerCall
The ServerCall enumeration constants indicate the status
of server call returned by the
IMessageFilter.handleInComingCall
method and passed to the IMessageFilter.retryRejectedCall
method.
Field Summary | |
---|---|
static ServerCall |
CALLTYPE_TOPLEVEL
The object may be able to process the call. |
static ServerCall |
SERVERCALL_REJECTED
The object cannot handle the call due to an unforeseen problem, such as network unavailability. |
static ServerCall |
SERVERCALL_RETRYLATER
The object cannot handle the call at this time. |
Method Summary |
---|
Methods inherited from class com.jniwrapper.util.EnumItem |
---|
equals, getLongValue, getValue, hashCode, isOneOf |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final ServerCall CALLTYPE_TOPLEVEL
public static final ServerCall SERVERCALL_REJECTED
public static final ServerCall SERVERCALL_RETRYLATER
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |