public static class MarshalOutputStream.Context extends Object implements IClassLoaderCacheStateListener
Constructor and Description |
---|
Context() |
Modifier and Type | Method and Description |
---|---|
void |
addAnnotation(Class<?> cl) |
void |
close() |
boolean |
containsAnnotation(Class<?> cl) |
int |
getAndIncrementRepetitiveObjectCounter() |
int |
getObjectStreamClassKey(ObjectStreamClass desc) |
ObjectIntegerMap<Object> |
getRepetitiveObjectsCache() |
void |
onClassLoaderRemoved(Long classLoaderKey,
boolean explicit) |
void |
putObjectStreamClassKey(ObjectStreamClass desc,
int key) |
void |
reset() |
public void putObjectStreamClassKey(ObjectStreamClass desc, int key)
public void addAnnotation(Class<?> cl)
public boolean containsAnnotation(Class<?> cl)
public int getObjectStreamClassKey(ObjectStreamClass desc)
public void onClassLoaderRemoved(Long classLoaderKey, boolean explicit)
onClassLoaderRemoved
in interface IClassLoaderCacheStateListener
public ObjectIntegerMap<Object> getRepetitiveObjectsCache()
public int getAndIncrementRepetitiveObjectCounter()
public void close()
public void reset()
Copyright © GigaSpaces.