public final class RemoteServer.IncomingInvocation extends Object
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAttachments() |
EJBIdentifier |
getIdentifier() |
org.wildfly.security.auth.server.SecurityIdentity |
getIdentity() |
EJBMethodLocator |
getMethodLocator() |
Object[] |
getParameters() |
int |
getResponseCompressLevel() |
Transaction |
getTransaction() |
Affinity |
getWeakAffinity() |
void |
writeCancellation() |
void |
writeException(Exception response) |
void |
writeResponse(Object response) |
public EJBMethodLocator getMethodLocator()
public Object[] getParameters()
public int getResponseCompressLevel()
public void writeCancellation()
public void writeResponse(Object response)
public void writeException(Exception response)
public Affinity getWeakAffinity()
public org.wildfly.security.auth.server.SecurityIdentity getIdentity()
public Transaction getTransaction()
public EJBIdentifier getIdentifier()
Copyright © 2016 JBoss by Red Hat. All rights reserved.