public final class SerializedEJBInvocationHandler extends Object implements Externalizable
Constructor and Description |
---|
SerializedEJBInvocationHandler()
Construct a new instance.
|
SerializedEJBInvocationHandler(EJBLocator<?> locator)
Construct a new instance.
|
SerializedEJBInvocationHandler(EJBLocator<?> locator,
boolean async)
Construct a new instance.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public SerializedEJBInvocationHandler()
public SerializedEJBInvocationHandler(EJBLocator<?> locator)
locator
- the locator for this invocation handlerpublic SerializedEJBInvocationHandler(EJBLocator<?> locator, boolean async)
locator
- the locator for this invocation handlerpublic EJBLocator<?> getLocator()
public void setLocator(EJBLocator<?> locator)
locator
- the invocation locatorpublic void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
out
- the output streamIOException
- if a write error occurspublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
in
- the input streamIOException
- if a read error occursClassNotFoundException
- if a class cannot be resolvedprotected Object readResolve()
Copyright © 2017 JBoss by Red Hat. All rights reserved.