public class MarshalledValueInterceptor extends CommandInterceptor
MarshalledValues. Known "excluded" types are not wrapped/unwrapped, which at this time
include String, Java primitives and their Object wrappers, as well as arrays of excluded types.
The MarshalledValue wrapper handles lazy deserialization from byte array
representations.MarshalledValueconfiguration| Constructor and Description |
|---|
MarshalledValueInterceptor() |
getNext, handleDefault, hasNext, invokeNextInterceptor, setNextvisitApplyDeltaCommand, visitClearCommand, visitCollection, visitCommitCommand, visitDistributedExecuteCommand, visitInvalidateL1Command, visitPrepareCommand, visitRollbackCommand, visitSizeCommand, visitUnknownCommandprotected Log getLog()
getLog in class CommandInterceptorprotected void injectMarshaller(StreamingMarshaller marshaller, InternalEntryFactory entryFactory)
protected void start()
public Object visitLockControlCommand(TxInvocationContext ctx, LockControlCommand command) throws Throwable
visitLockControlCommand in interface VisitorvisitLockControlCommand in class AbstractVisitorThrowablepublic Object visitPutMapCommand(InvocationContext ctx, PutMapCommand command) throws Throwable
visitPutMapCommand in interface VisitorvisitPutMapCommand in class AbstractVisitorThrowablepublic Object visitPutKeyValueCommand(InvocationContext ctx, PutKeyValueCommand command) throws Throwable
visitPutKeyValueCommand in interface VisitorvisitPutKeyValueCommand in class AbstractVisitorThrowablepublic Object visitRemoveCommand(InvocationContext ctx, RemoveCommand command) throws Throwable
visitRemoveCommand in interface VisitorvisitRemoveCommand in class AbstractVisitorThrowablepublic Object visitEvictCommand(InvocationContext ctx, EvictCommand command) throws Throwable
visitEvictCommand in interface VisitorvisitEvictCommand in class AbstractVisitorThrowablepublic Object visitGetKeyValueCommand(InvocationContext ctx, GetKeyValueCommand command) throws Throwable
visitGetKeyValueCommand in interface VisitorvisitGetKeyValueCommand in class AbstractVisitorThrowablepublic Object visitKeySetCommand(InvocationContext ctx, KeySetCommand command) throws Throwable
visitKeySetCommand in interface VisitorvisitKeySetCommand in class AbstractVisitorThrowablepublic Object visitValuesCommand(InvocationContext ctx, ValuesCommand command) throws Throwable
visitValuesCommand in interface VisitorvisitValuesCommand in class AbstractVisitorThrowablepublic Object visitEntrySetCommand(InvocationContext ctx, EntrySetCommand command) throws Throwable
visitEntrySetCommand in interface VisitorvisitEntrySetCommand in class AbstractVisitorThrowablepublic Object visitReplaceCommand(InvocationContext ctx, ReplaceCommand command) throws Throwable
visitReplaceCommand in interface VisitorvisitReplaceCommand in class AbstractVisitorThrowablepublic Object visitInvalidateCommand(InvocationContext ctx, InvalidateCommand command) throws Throwable
visitInvalidateCommand in interface VisitorvisitInvalidateCommand in class AbstractVisitorThrowableprotected Map<Object,Object> wrapMap(Map<Object,Object> m, Set<MarshalledValue> marshalledValues, InvocationContext ctx)
protected MarshalledValue createMarshalledValue(Object toWrap, InvocationContext ctx)
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.