com.hazelcast.spi
Interface OperationFactory

All Superinterfaces:
DataSerializable
All Known Implementing Classes:
OperationFactoryWrapper

public interface OperationFactory
extends DataSerializable

A Factory for creating Operation instances.

Author:
mdogan 1/17/13

Method Summary
 Operation createOperation()
          Creates the operation.
 
Methods inherited from interface com.hazelcast.nio.serialization.DataSerializable
readData, writeData
 

Method Detail

createOperation

Operation createOperation()
Creates the operation.

Returns:
the created operation.


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