|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExternalGMIService
This interface is used to obtain the identifier of the current EGMI invocation and to get a registry entry and bootstrap handler for the dependable registry.
Nested Class Summary | |
---|---|
static interface |
ExternalGMIService.BootstrapInvocationHandler
This interface must be implemented by all EGMI services that can be used by the bootstrap mechanism. |
Nested classes/interfaces inherited from interface jgroup.core.Layer |
---|
Layer.FinalizeLayer |
Method Summary | |
---|---|
ExternalGMIService.BootstrapInvocationHandler |
getBootstrapHandler()
Returns an BootstrapInvocationHandler that can be bound
to a normal Java RMI registry instance and later merged with others. |
IID |
getIdentifier()
Returns the invocation identifier for the current external group method invocation. |
java.rmi.Remote |
getProxy(java.rmi.Remote impl)
Returns a proxy exported with the BasicJeriExporter . |
DependableRegistry.RegistryEntry |
getRegistryEntry(java.lang.String serviceName)
Returns the registry entry type required for this implementation of the external GMI service. |
Methods inherited from interface jgroup.core.Layer |
---|
addListener |
Method Detail |
---|
IID getIdentifier()
DependableRegistry.RegistryEntry getRegistryEntry(java.lang.String serviceName) throws JgroupException
JgroupException
ExternalGMIService.BootstrapInvocationHandler getBootstrapHandler() throws JgroupException
BootstrapInvocationHandler
that can be bound
to a normal Java RMI registry instance and later merged with others.
JgroupException
java.rmi.Remote getProxy(java.rmi.Remote impl) throws java.rmi.server.ExportException
BasicJeriExporter
.
impl
- the remote object to be exported
JgroupException
- if the object could not be exported
java.rmi.server.ExportException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |