All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Interface java.beans.Aggregate

public interface Aggregate
extends Remote

TBC

Since:
JDK1.2

Method Index

 o getInstanceOf(Class)
 o getTypes()
 o isInstanceOf(Class)

Methods

 o getInstanceOf
public abstract Aggregate getInstanceOf(Class delegateInterface)
Parameters:
delegateInterface - The Class object representing the class or interaface for the requested delegation
Throws: NullPointerException
Throws: ClassCastException
 o isInstanceOf
public abstract boolean isInstanceOf(Class delegateInterface)
Parameters:
delegateInterface - The Class object representing the class or interaface for the requested delegation
Returns:
true iff the object has currently, or can in the future aggregate, a delegate that implements the specified Class
Throws: NullPointerException
 o getTypes
public abstract Enumeration getTypes()
Returns:
the list of types this Aggregate may provide via getInstanceOf()

All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Submit a bug or feature