|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Invoker
This invoker carries Invocation in the JMX target node.
The interface in the current JBoss can be implemented with Remote/local switches or with clustered invokers, this interface just masks the network details and the topology of the JMX nodes for the client proxies.
Revisions:
20011114 marc fleury:
Field Summary | |
---|---|
static org.jboss.util.id.GUID |
ID
A globaly unique identifier use to determine if an instance is local to the invoker. |
Method Summary | |
---|---|
String |
getServerHostName()
A free form String identifier for this delegate invoker, can be clustered or target node This should evolve in a more advanced meta-inf object |
Object |
invoke(Invocation invocation)
The invoke with an Invocation Object. |
Field Detail |
---|
static final org.jboss.util.id.GUID ID
Method Detail |
---|
String getServerHostName() throws Exception
Exception
Object invoke(Invocation invocation) throws Exception
the delegate can handle network protocols on behalf of proxies (proxies delegate to these puppies). We provide default implemenations with JRMP/Local/Clustered invokers. The delegates are not tied to a type of invocation (EJB or generic RMI).
invocation
- A pointer to the invocation object
Exception
- Failed to invoke method.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |