|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--org.huihoo.jfox.ejb.server.invoke.JRMPInvokerProxy
| Field Summary |
| Fields inherited from interface org.huihoo.jfox.ejb.server.invoke.Invoker |
STARTUP |
| Constructor Summary | |
JRMPInvokerProxy()
Get and set methods Constructors -------------------------------------------------- |
|
JRMPInvokerProxy(Invoker remoteInvoker)
Create a new Proxy. |
|
| Method Summary | |
java.lang.String |
getServerHostName()
Public -------------------------------------------------------- The name of of the server |
java.lang.Object |
invoke()
The invoke with an Invocation Object the delegate can handle network protocols on behalf of proxies (proxies delegate to these puppies) We provide default implemenations with JRMP/Local/Clustered invokers. |
java.lang.Object |
invoke(Invocation invocation)
|
java.lang.Object |
invoke(java.lang.String actionName,
java.lang.Object[] parameters,
java.lang.String jmxname)
The invocation on the delegate, calls the right invoker. |
void |
readExternal(java.io.ObjectInput in)
Un-externalize this instance. |
void |
writeExternal(java.io.ObjectOutput out)
Externalize this instance. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public JRMPInvokerProxy()
public JRMPInvokerProxy(Invoker remoteInvoker)
| Method Detail |
public java.lang.String getServerHostName()
throws java.lang.Exception
getServerHostName in interface Invokerjava.lang.Exception
public java.lang.Object invoke()
throws java.lang.Exception
Invoker
invoke in interface Invokerjava.lang.Exception
public java.lang.Object invoke(java.lang.String actionName,
java.lang.Object[] parameters,
java.lang.String jmxname)
throws java.lang.Exception
invoke in interface InvokeractionName - parameters - jmxname -
java.lang.Exception
public java.lang.Object invoke(Invocation invocation)
throws java.lang.Exception
invocation -
java.lang.Exception
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
writeExternal in interface java.io.Externalizableout -
java.io.IOException
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
readExternal in interface java.io.Externalizablein -
java.io.IOException
java.lang.ClassNotFoundException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||