org.jboss.ejb.plugins.jaws.deployment
Class JawsEnterpriseBeans

java.lang.Object
  |
  +--java.beans.beancontext.BeanContextChildSupport
        |
        +--java.beans.beancontext.BeanContextSupport
              |
              +--com.dreambean.ejx.ejb.EnterpriseBeans
                    |
                    +--org.jboss.ejb.plugins.jaws.deployment.JawsEnterpriseBeans
All Implemented Interfaces:
java.beans.beancontext.BeanContext, java.beans.beancontext.BeanContextChild, java.beans.beancontext.BeanContextChildComponentProxy, java.beans.beancontext.BeanContextServiceRevokedListener, java.beans.beancontext.BeanContextServicesListener, java.util.Collection, java.beans.DesignMode, java.util.EventListener, java.beans.PropertyChangeListener, java.io.Serializable, java.beans.VetoableChangeListener, java.beans.Visibility, com.dreambean.ejx.xml.XmlExternalizable

public class JawsEnterpriseBeans
extends com.dreambean.ejx.ejb.EnterpriseBeans

Version:
$Revision: 1.5 $
Author:
Rickard Öberg (rickard.oberg@telkel.com), Marc Fleury
See Also:
, Serialized Form

Inner classes inherited from class java.beans.beancontext.BeanContextSupport
java.beans.beancontext.BeanContextSupport.BCSChild, java.beans.beancontext.BeanContextSupport.BCSIterator
 
Fields inherited from class java.beans.beancontext.BeanContextSupport
bcmListeners, children, designTime, locale, okToUseGui
 
Fields inherited from class java.beans.beancontext.BeanContextChildSupport
beanContext, beanContextChildPeer, pcSupport, rejectedSetBCOnce, vcSupport
 
Fields inherited from interface java.beans.beancontext.BeanContext
globalHierarchyLock
 
Fields inherited from interface java.beans.DesignMode
PROPERTYNAME
 
Constructor Summary
JawsEnterpriseBeans()
           
 
Method Summary
 com.dreambean.ejx.ejb.Entity addEntity()
           
 org.w3c.dom.Element exportXml(org.w3c.dom.Document doc)
           
 void importXml(org.w3c.dom.Element elt)
           
 
Methods inherited from class com.dreambean.ejx.ejb.EnterpriseBeans
addEnvironmentEntry, addSession, createEntity, createSession, findCMPFields, getComponent, getEjb, getEntities, getSessions, iterator, updateEnvironmentEntry
 
Methods inherited from class java.beans.beancontext.BeanContextSupport
add, addAll, addBeanContextMembershipListener, avoidingGui, bcsChildren, bcsPreDeserializationHook, bcsPreSerializationHook, childDeserializedHook, childJustAddedHook, childJustRemovedHook, classEquals, clear, contains, containsAll, containsKey, copyChildren, createBCSChild, deserialize, dontUseGui, fireChildrenAdded, fireChildrenRemoved, getBeanContextPeer, getChildBeanContextChild, getChildBeanContextMembershipListener, getChildPropertyChangeListener, getChildSerializable, getChildVetoableChangeListener, getChildVisibility, getLocale, getResource, getResourceAsStream, initialize, instantiateChild, isDesignTime, isEmpty, isSerializing, needsGui, okToUseGui, propertyChange, readChildren, remove, remove, removeAll, removeBeanContextMembershipListener, retainAll, serialize, setDesignTime, setLocale, size, toArray, toArray, validatePendingAdd, validatePendingRemove, vetoableChange, writeChildren
 
Methods inherited from class java.beans.beancontext.BeanContextChildSupport
addPropertyChangeListener, addVetoableChangeListener, firePropertyChange, fireVetoableChange, getBeanContext, getBeanContextChildPeer, initializeBeanContextResources, isDelegated, releaseBeanContextResources, removePropertyChangeListener, removeVetoableChangeListener, serviceAvailable, serviceRevoked, setBeanContext, validatePendingSetBeanContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.beans.beancontext.BeanContextChild
addPropertyChangeListener, addVetoableChangeListener, getBeanContext, removePropertyChangeListener, removeVetoableChangeListener, setBeanContext
 
Methods inherited from interface java.util.Collection
equals, hashCode
 

Constructor Detail

JawsEnterpriseBeans

public JawsEnterpriseBeans()
Method Detail

addEntity

public com.dreambean.ejx.ejb.Entity addEntity()
                                       throws java.io.IOException,
                                              java.lang.ClassNotFoundException
Overrides:
addEntity in class com.dreambean.ejx.ejb.EnterpriseBeans

exportXml

public org.w3c.dom.Element exportXml(org.w3c.dom.Document doc)
                              throws java.lang.Exception
Overrides:
exportXml in class com.dreambean.ejx.ejb.EnterpriseBeans

importXml

public void importXml(org.w3c.dom.Element elt)
               throws java.lang.Exception
Overrides:
importXml in class com.dreambean.ejx.ejb.EnterpriseBeans


Copyright © 2000 The JBoss Organization. All Rights Reserved.