public final class RemoteServer.IncomingInvocation extends Object
| Modifier and Type | Method and Description |
|---|---|
protected String |
formatEJBString() |
Map<String,Object> |
getAttachments() |
EJBLocator<?> |
getEjbLocator() |
org.wildfly.security.auth.server.SecurityIdentity |
getIdentity() |
InvocationInformation |
getInvocationInformation() |
EJBMethodLocator |
getMethodLocator() |
Object[] |
getParameters() |
int |
getResponseCompressLevel() |
Transaction |
getTransaction() |
Affinity |
getWeakAffinity() |
void |
writeAsyncMethodNotification() |
void |
writeCancellation() |
void |
writeException(Exception response) |
protected void |
writeInvocationFailure(int commandCode,
String message) |
void |
writeNoSuchEJBFailureMessage() |
void |
writeNoSuchEJBMethodFailureMessage() |
void |
writeResponse(Object response) |
void |
writeResponse(SessionID sessionID) |
public EJBLocator<?> getEjbLocator()
public EJBMethodLocator getMethodLocator()
public Object[] getParameters()
public int getResponseCompressLevel()
public void writeResponse(Object response)
protected String formatEJBString()
public void writeCancellation()
public void writeNoSuchEJBMethodFailureMessage()
public void writeAsyncMethodNotification()
public InvocationInformation getInvocationInformation()
public Affinity getWeakAffinity()
public org.wildfly.security.auth.server.SecurityIdentity getIdentity()
public Transaction getTransaction()
public void writeResponse(SessionID sessionID)
public void writeNoSuchEJBFailureMessage()
protected void writeInvocationFailure(int commandCode,
String message)
public void writeException(Exception response)
Copyright © 2016 JBoss by Red Hat. All rights reserved.