PATH Documentation > WebObjects

Table of Contents

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()

Description forthcoming.


Static Methods



beanBases

public static java.net.URL[] beanBases(Object anObject)

Description forthcoming.

beanClassLoader

public static ClassLoader beanClassLoader(Object anObject)

Description forthcoming.

beanClassName

public static String beanClassName(Object anObject)

Description forthcoming.

beanCodeBase

public static java.net.URL beanCodeBase(Object anObject)

Description forthcoming.

beanDocBase

public static java.net.URL beanDocBase(Object anObject)

Description forthcoming.

beanReadyToRun

public static Object beanReadyToRun(Object anObject)

Description forthcoming.

beanReadyToUse

public static Object beanReadyToUse(Object anObject)

Description forthcoming.

beanSuperclassName

public static String beanSuperclassName(Object anObject)

Description forthcoming.

looksInstantiable

public static boolean looksInstantiable(Object anObject)

Description forthcoming.

looksSerializable

public static boolean looksSerializable(Object anObject)

Description forthcoming.

© 2001 Apple Computer, Inc. (Last Published April 14, 2001)


Table of Contents