|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface DependableRegistry.RegistryEntry
This interface must be implemented by all types that needs to be stored in a dependable registry.
Method Summary | |
---|---|
java.lang.reflect.InvocationHandler |
createInvocationHandler(java.lang.String serviceName,
java.util.Iterator entries)
Returns an invocation handler of the given RegistryEntry type, for the given serviceName. |
java.lang.String |
getType()
Returns the entry type. |
Methods inherited from interface java.io.Externalizable |
---|
readExternal, writeExternal |
Method Detail |
---|
java.lang.String getType()
DependableRegistry
implementation must check the returned value to see if it can
handle it.
java.lang.String
representing the entry type.java.lang.reflect.InvocationHandler createInvocationHandler(java.lang.String serviceName, java.util.Iterator entries) throws java.rmi.RemoteException
java.rmi.RemoteException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |