PATH |
EOBeanSupport
Inherits from: Object
Package: com.webobjects.eoapplication
Class Description
Documentation for this class is forthcoming. For information on using this class, see the book Getting Started with Direct to Java Client.
Method Types
All methods beanBases beanClassLoader beanClassName beanCodeBase beanDocBase beanReadyToRun beanReadyToUse beanSuperclassName looksInstantiable looksSerializable
Constructors
EOBeanSupport
public EOBeanSupport()
Static Methods
beanBases
public static java.net.URL[] beanBases(Object anObject)
beanClassLoader
public static ClassLoader beanClassLoader(Object anObject)
beanClassName
public static String beanClassName(Object anObject)
beanCodeBase
public static java.net.URL beanCodeBase(Object anObject)
beanDocBase
public static java.net.URL beanDocBase(Object anObject)
beanReadyToRun
public static Object beanReadyToRun(Object anObject)
beanReadyToUse
public static Object beanReadyToUse(Object anObject)
beanSuperclassName
public static String beanSuperclassName(Object anObject)
looksInstantiable
public static boolean looksInstantiable(Object anObject)
looksSerializable
public static boolean looksSerializable(Object anObject)
© 2001 Apple Computer, Inc. (Last Published April 14, 2001)