|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjxl.superstatic.SSRegistry
public final class SSRegistry
Local Superstatic registry. This class is used to get all references to SuperStatic objects.
| Method Summary | ||
|---|---|---|
static SSRegistry |
getInstance()
Return a singlton instance of SSRegistry. |
|
|
getReference(java.lang.Class<T> type,
java.lang.Class<S> reftype)
Find or create an instance of type, and return a remote reference to
it as a reftype. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static SSRegistry getInstance()
throws java.rmi.RemoteException
java.rmi.RemoteException
public <T extends SSObject,S extends java.rmi.Remote> S getReference(java.lang.Class<T> type,
java.lang.Class<S> reftype)
throws java.rmi.RemoteException
type, and return a remote reference to
it as a reftype.
type - The type of the SSObject implementationreftype - the type of the Superstatic reference.
reftype.
java.rmi.RemoteException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||