com.hazelcast.client
Class OperationFactoryWrapper

java.lang.Object
  extended by com.hazelcast.client.OperationFactoryWrapper
All Implemented Interfaces:
DataSerializable, OperationFactory

public final class OperationFactoryWrapper
extends Object
implements OperationFactory


Constructor Summary
OperationFactoryWrapper()
           
OperationFactoryWrapper(OperationFactory opFactory, String uuid)
           
 
Method Summary
 Operation createOperation()
          Creates the operation.
 void readData(com.hazelcast.nio.ObjectDataInput in)
           
 void writeData(com.hazelcast.nio.ObjectDataOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OperationFactoryWrapper

public OperationFactoryWrapper()

OperationFactoryWrapper

public OperationFactoryWrapper(OperationFactory opFactory,
                               String uuid)
Method Detail

createOperation

public Operation createOperation()
Description copied from interface: OperationFactory
Creates the operation.

Specified by:
createOperation in interface OperationFactory
Returns:
the created operation.

writeData

public void writeData(com.hazelcast.nio.ObjectDataOutput out)
               throws IOException
Specified by:
writeData in interface DataSerializable
Throws:
IOException

readData

public void readData(com.hazelcast.nio.ObjectDataInput in)
              throws IOException
Specified by:
readData in interface DataSerializable
Throws:
IOException


Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.