|
Lightweight Bartering Grid | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RemoteCall.CallType | |
---|---|
lbg.protocol.rpc |
Uses of RemoteCall.CallType in lbg.protocol.rpc |
---|
Methods in lbg.protocol.rpc that return RemoteCall.CallType | |
---|---|
RemoteCall.CallType |
RemoteCall.getType()
|
static RemoteCall.CallType |
RemoteCall.CallType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static RemoteCall.CallType[] |
RemoteCall.CallType.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Constructors in lbg.protocol.rpc with parameters of type RemoteCall.CallType | |
---|---|
RemoteCall(RemoteCall.CallType destination,
java.lang.String methodName,
java.lang.Class[] paramtypes,
java.lang.Object[] params)
Creates a remote call. |
|
RemoteCall(RemoteCall.CallType destination,
java.lang.String methodName,
java.lang.Object... params)
Creates a remote call. Warning: you could experience problem with runtime types (e.g. |
|
RemoteCallDaemon(RemoteCall.CallType target_type,
int target_port,
java.lang.Object callHandler,
RemoteCallStatusListener l)
Create a daemon with the default number of handlers (does not start thread). |
|
RemoteCallDaemon(RemoteCall.CallType target_type,
int target_port,
java.lang.Object callHandler,
RemoteCallStatusListener listener,
int handlers)
Creates a daemon (does not start thread) |
|
Lightweight Bartering Grid | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright (c) 2005-2008, Cyril Briquet, parts Xavier Dalem.