org.glassfish.grizzly.smart
Class Value<E>
java.lang.Object
org.glassfish.grizzly.smart.Value<E>
public class Value<E>
- extends Object
Object represents the value of some object either directly or by
Reference
- Author:
- Alexey Stashok
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Value
public Value(E directValue)
Value
public Value(Reference<E> reference)
get
public E get()
getByReference
public E getByReference(Object rootObject)
throws IllegalArgumentException,
IllegalAccessException,
InvocationTargetException
- Throws:
IllegalArgumentException
IllegalAccessException
InvocationTargetException
Copyright © 2009 SUN Microsystems. All Rights Reserved.