| Package | Description |
|---|---|
| org.infinispan.remoting.responses |
Abstractions of the different response types allowed during RPC.
|
| Modifier and Type | Field and Description |
|---|---|
static SuccessfulResponse |
SuccessfulResponse.SUCCESSFUL_EMPTY_RESPONSE |
| Modifier and Type | Method and Description |
|---|---|
static SuccessfulResponse |
SuccessfulResponse.create(Object responseValue) |
SuccessfulResponse |
SuccessfulResponse.Externalizer.readObject(ObjectInput input) |
| Modifier and Type | Method and Description |
|---|---|
Set<Class<? extends SuccessfulResponse>> |
SuccessfulResponse.Externalizer.getTypeClasses() |
| Modifier and Type | Method and Description |
|---|---|
void |
SuccessfulResponse.Externalizer.writeObject(ObjectOutput output,
SuccessfulResponse response) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.