com.sun.grizzly.smart
Class Reference<E>

java.lang.Object
  extended by com.sun.grizzly.smart.Reference<E>

public class Reference<E>
extends Object

Object represents reference to a value

Author:
Alexey Stashok

Constructor Summary
Reference(Class root, String ref)
           
 
Method Summary
protected static void buildPath(Class root, String ref, List path)
           
 E get(Object rootInstance)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Reference

public Reference(Class root,
                 String ref)
Method Detail

get

public E get(Object rootInstance)
      throws IllegalArgumentException,
             IllegalAccessException,
             InvocationTargetException
Throws:
IllegalArgumentException
IllegalAccessException
InvocationTargetException

buildPath

protected static void buildPath(Class root,
                                String ref,
                                List path)
                         throws Exception
Throws:
Exception


Copyright © 2009 SUN Microsystems. All Rights Reserved.