com.hazelcast.client.impl.client
Class ClientPortableFactory

java.lang.Object
  extended by com.hazelcast.client.impl.client.ClientPortableFactory
All Implemented Interfaces:
PortableFactory

public class ClientPortableFactory
extends Object
implements PortableFactory

Factory class for central client request


Constructor Summary
ClientPortableFactory()
           
 
Method Summary
 Portable create(int classId)
          Creates a Portable instance using given class id
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientPortableFactory

public ClientPortableFactory()
Method Detail

create

public Portable create(int classId)
Description copied from interface: PortableFactory
Creates a Portable instance using given class id

Specified by:
create in interface PortableFactory
Parameters:
classId - portable class id
Returns:
portable instance or null if class id is not known by this factory


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