org.jboss.cache.pojo.impl
Class ArrayHandler
java.lang.Object
org.jboss.cache.pojo.impl.ArrayHandler
public class ArrayHandler
- extends java.lang.Object
Handles array types.
- Author:
- Jason T. Greene
Method Summary |
protected java.lang.Object |
get(org.jboss.cache.Fqn<?> fqn,
java.lang.Class<?> clazz,
PojoInstance pojo)
|
protected org.jboss.cache.Fqn<?> |
getFqn(java.lang.Object array)
|
protected boolean |
handles(java.lang.Class<?> clazz)
|
protected void |
put(org.jboss.cache.Fqn<?> fqn,
Reference reference,
java.lang.Object obj)
|
protected java.lang.Object |
remove(org.jboss.cache.Fqn<?> fqn,
Reference referencingFqn,
java.lang.Object obj)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getFqn
protected org.jboss.cache.Fqn<?> getFqn(java.lang.Object array)
put
protected void put(org.jboss.cache.Fqn<?> fqn,
Reference reference,
java.lang.Object obj)
get
protected java.lang.Object get(org.jboss.cache.Fqn<?> fqn,
java.lang.Class<?> clazz,
PojoInstance pojo)
remove
protected java.lang.Object remove(org.jboss.cache.Fqn<?> fqn,
Reference referencingFqn,
java.lang.Object obj)
handles
protected boolean handles(java.lang.Class<?> clazz)
Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.