Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

tweek::BeanDeliverySubject Interface Reference

The interface that is used to manage information about JavaBeans that can be delivered from the server to a client. More...

import "BeanDeliverySubject.idl";

Inheritance diagram for tweek::BeanDeliverySubject:

Inheritance graph
[legend]
Collaboration diagram for tweek::BeanDeliverySubject:

Collaboration graph
[legend]
List of all members.

Public Methods

BeanNameList getAllBeanNames ()
 Returns a list of all the Beans currently known to this subject. More...

BeanInfo getBean (in string beanName)
 Returns all the relevant information for the named JavaBean, including the complete JAR file. More...

boolean hasActiveBean ()
 Determines if the subject has an "active" JavaBean or not. More...

BeanInfo getActiveBeanInfo ()
 Returns all the relevant information for the current "active" JavaBean. More...


Detailed Description

The interface that is used to manage information about JavaBeans that can be delivered from the server to a client.

Definition at line 71 of file BeanDeliverySubject.idl.


Member Function Documentation

BeanNameList tweek::BeanDeliverySubject::getAllBeanNames  
 

Returns a list of all the Beans currently known to this subject.

BeanInfo tweek::BeanDeliverySubject::getBean in string    beanName
 

Returns all the relevant information for the named JavaBean, including the complete JAR file.

Parameters:
beanName  The name of the JavaBean whose information will be returned.

boolean tweek::BeanDeliverySubject::hasActiveBean  
 

Determines if the subject has an "active" JavaBean or not.

BeanInfo tweek::BeanDeliverySubject::getActiveBeanInfo  
 

Returns all the relevant information for the current "active" JavaBean.

Precondition:
A JavaBean has been marked as active within the subject.


The documentation for this interface was generated from the following file:
Generated on Sun May 2 14:41:10 2004 for Tweek by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002