|
JBoss EJB client 1.0.5.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.ejb.client.SerializedEJBInvocationHandler
public final class SerializedEJBInvocationHandler
A serialized EJB invocation handler.
| Constructor Summary | |
|---|---|
SerializedEJBInvocationHandler()
Construct a new instance. |
|
SerializedEJBInvocationHandler(EJBLocator<?> locator)
Construct a new instance. |
|
| Method Summary | |
|---|---|
EJBLocator<?> |
getLocator()
Get the invocation locator. |
void |
readExternal(ObjectInput in)
Read this object from the input stream. |
protected Object |
readResolve()
Resolve the corresponding invocation handler. |
void |
setLocator(EJBLocator<?> locator)
Set the invocation locator. |
void |
writeExternal(ObjectOutput out)
Write this object to the output stream. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SerializedEJBInvocationHandler()
public SerializedEJBInvocationHandler(EJBLocator<?> locator)
locator - the locator for this invocation handler| Method Detail |
|---|
public EJBLocator<?> getLocator()
public void setLocator(EJBLocator<?> locator)
locator - the invocation locator
public void writeExternal(ObjectOutput out)
throws IOException
writeExternal in interface Externalizableout - the output stream
IOException - if a write error occurs
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
readExternal in interface Externalizablein - the input stream
IOException - if a read error occurs
ClassNotFoundException - if a class cannot be resolvedprotected Object readResolve()
|
JBoss EJB client 1.0.5.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||