|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sapia.ubik.rmi.server.RmiUtils
public class RmiUtils
| Field Summary | |
|---|---|
static java.lang.String |
CODE_BASE
|
static boolean |
CODE_DOWNLOAD
|
static boolean |
MARSHALLING
|
| Constructor Summary | |
|---|---|
RmiUtils()
|
|
| Method Summary | |
|---|---|
static StubInvocationHandler |
getInvocationHandlerFor(java.lang.Object stub)
|
static boolean |
isStub(java.lang.Object o)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String CODE_BASE
public static final boolean MARSHALLING
public static final boolean CODE_DOWNLOAD
| Constructor Detail |
|---|
public RmiUtils()
| Method Detail |
|---|
public static boolean isStub(java.lang.Object o)
true if the given object is a stub (an instance of
the Stub interface).Stubpublic static StubInvocationHandler getInvocationHandlerFor(java.lang.Object stub)
StubInvocationHandler corresponding to the given
stub, or null if no such stub exists.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||