|
CoherenceTM v3.3 Copyright© 2000-2007 by Oracle Corporation |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tangosol.util.NullImplementation.NullPofContext
public static class NullImplementation.NullPofContext
An implementation of PofContext that does nothing.
Field Summary | |
---|---|
static NullImplementation.NullPofContext |
INSTANCE
Singleton instance. |
Method Summary | |
---|---|
Object |
deserialize(ReadBuffer.BufferInput in)
Deserialize an object from a ReadBuffer by reading its state using the specified BufferInput object. |
Class |
getClass(int nTypeId)
Determine the class associated with the given user type identifier. |
String |
getClassName(int nTypeId)
Determine the name of the class associated with the given user type identifier. |
ClassLoader |
getContextClassLoader()
Retrieve the context ClassLoader for this object. |
PofSerializer |
getPofSerializer(int nTypeId)
Return a PofSerializer that can be used to serialize and deserialize an object of the specified user type to and from a POF stream. |
int |
getUserTypeIdentifier(Class clz)
Determine the user type identifier associated with the given class. |
int |
getUserTypeIdentifier(Object o)
Determine the user type identifier associated with the given object. |
int |
getUserTypeIdentifier(String sClass)
Determine the user type identifier associated with the given class name. |
boolean |
isUserType(Class clz)
Determine if the given class is a user type known to this PofContext. |
boolean |
isUserType(Object o)
Determine if the given object is of a user type known to this PofContext. |
boolean |
isUserType(String sClass)
Determine if the class with the given name is a user type known to this PofContext. |
void |
serialize(WriteBuffer.BufferOutput out,
Object o)
Serialize an object to a WriteBuffer by writing its state using the specified BufferOutput object. |
void |
setContextClassLoader(ClassLoader loader)
Specify the context ClassLoader for this object. |
Field Detail |
---|
public static final NullImplementation.NullPofContext INSTANCE
Method Detail |
---|
public PofSerializer getPofSerializer(int nTypeId)
getPofSerializer
in interface PofContext
nTypeId
- the type identifier of the user type that can be
serialized and deserialized using the returned
PofSerializer; must be non-negative
public int getUserTypeIdentifier(Object o)
getUserTypeIdentifier
in interface PofContext
o
- an instance of a user type; must not be null
public int getUserTypeIdentifier(Class clz)
getUserTypeIdentifier
in interface PofContext
clz
- a user type class; must not be null
public int getUserTypeIdentifier(String sClass)
getUserTypeIdentifier
in interface PofContext
sClass
- the name of a user type class; must not be null
public String getClassName(int nTypeId)
getClassName
in interface PofContext
nTypeId
- the user type identifier; must be non-negative
public Class getClass(int nTypeId)
getClass
in interface PofContext
nTypeId
- the user type identifier; must be non-negative
public boolean isUserType(Object o)
isUserType
in interface PofContext
o
- the object to test; must not be null
public boolean isUserType(Class clz)
isUserType
in interface PofContext
clz
- the class to test; must not be null
public boolean isUserType(String sClass)
isUserType
in interface PofContext
sClass
- the name of the class to test; must not be null
public void serialize(WriteBuffer.BufferOutput out, Object o) throws IOException
serialize
in interface Serializer
out
- the BufferOutput with which to write the object's stateo
- the object to serialize
IOException
- if an I/O error occurspublic Object deserialize(ReadBuffer.BufferInput in) throws IOException
deserialize
in interface Serializer
in
- the BufferInput with which to read the object's state
IOException
- if an I/O error occurspublic ClassLoader getContextClassLoader()
getContextClassLoader
in interface ClassLoaderAware
Thread.getContextClassLoader()
public void setContextClassLoader(ClassLoader loader)
setContextClassLoader
in interface ClassLoaderAware
loader
- the context ClassLoader for this object
|
CoherenceTM v3.3 Copyright© 2000-2007 by Oracle Corporation |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |