public interface SerializationHandlerV10
| Modifier and Type | Field and Description |
|---|---|
static int |
TYPE_FAILOVER
failover case.
|
static int |
TYPE_PASSIVATION
passivation case.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
handleResource(javax.enterprise.inject.spi.Bean<?> bean,
Object resourceObject,
ObjectInput in,
ObjectOutput out,
int type)
Application provided custom handler for serialize
and deserialize resource beans.
|
static final int TYPE_FAILOVER
static final int TYPE_PASSIVATION
Object handleResource(javax.enterprise.inject.spi.Bean<?> bean, Object resourceObject, ObjectInput in, ObjectOutput out, int type)
bean - The resource bean.resourceObject - The resource bean instancein - The input object streamout - The output object streamtype - TYPE_FAILOVER or TYPE_PASSIVATIONCopyright © 2008-2013 The Apache Software Foundation. All Rights Reserved.