com.sun.grid.jgdi.configuration.reflect
Class GEObjectDescriptor

java.lang.Object
  extended by com.sun.grid.jgdi.configuration.reflect.AbstractClassDescriptor
      extended by com.sun.grid.jgdi.configuration.reflect.GEObjectDescriptor
All Implemented Interfaces:
ClassDescriptor

public class GEObjectDescriptor
extends AbstractClassDescriptor


Constructor Summary
protected GEObjectDescriptor(java.lang.Class beanClass, int nameCullFieldName)
          Creates a new instance of GEObjectDescriptor
protected GEObjectDescriptor(java.lang.Class beanClass, java.lang.String cullName)
           
 
Method Summary
 void validate(java.lang.Object bean)
           
 
Methods inherited from class com.sun.grid.jgdi.configuration.reflect.AbstractClassDescriptor
add, addList, addMap, addMapList, addSimple, clone, getBeanClass, getCullName, getImplClass, getProperties, getProperty, getProperty, getPropertyByCullFieldName, getPropertyCount, getPropertyNames, newInstance, registryObjects, setImplClass, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GEObjectDescriptor

protected GEObjectDescriptor(java.lang.Class beanClass,
                             int nameCullFieldName)
Creates a new instance of GEObjectDescriptor


GEObjectDescriptor

protected GEObjectDescriptor(java.lang.Class beanClass,
                             java.lang.String cullName)
Method Detail

validate

public void validate(java.lang.Object bean)
              throws InvalidObjectException
Throws:
InvalidObjectException


Copyright © 2007 Sun Microsystems, Inc. All rights reserved.