org.jboss.ejb.plugins.jaws.deployment
Class JawsCMPField
java.lang.Object
|
+--java.beans.beancontext.BeanContextChildSupport
|
+--java.beans.beancontext.BeanContextSupport
|
+--com.dreambean.ejx.ejb.CMPField
|
+--org.jboss.ejb.plugins.jaws.deployment.JawsCMPField
- 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 JawsCMPField
- extends com.dreambean.ejx.ejb.CMPField
- implements java.beans.PropertyChangeListener
- Version:
- $Revision: 1.7 $
- 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 |
Methods inherited from class com.dreambean.ejx.ejb.CMPField |
getComponent, getDescription, getFieldName, removeField, setDescription, setFieldName |
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, iterator, needsGui, okToUseGui, 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, isDelegated, releaseBeanContextResources, removePropertyChangeListener, removeVetoableChangeListener, serviceAvailable, serviceRevoked, setBeanContext, validatePendingSetBeanContext |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, 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 |
JawsCMPField
public JawsCMPField()
setColumnName
public void setColumnName(java.lang.String n)
getColumnName
public java.lang.String getColumnName()
setSqlType
public void setSqlType(java.lang.String s)
getSqlType
public java.lang.String getSqlType()
setJdbcType
public void setJdbcType(java.lang.String s)
getJdbcType
public java.lang.String getJdbcType()
addPropertyChangeListener
public void addPropertyChangeListener(java.beans.PropertyChangeListener listener)
removePropertyChangeListener
public void removePropertyChangeListener(java.beans.PropertyChangeListener listener)
exportXml
public org.w3c.dom.Element exportXml(org.w3c.dom.Document doc)
- Overrides:
exportXml
in class com.dreambean.ejx.ejb.CMPField
importXml
public void importXml(org.w3c.dom.Element elt)
- Overrides:
importXml
in class com.dreambean.ejx.ejb.CMPField
toString
public java.lang.String toString()
- Overrides:
toString
in class com.dreambean.ejx.ejb.CMPField
propertyChange
public void propertyChange(java.beans.PropertyChangeEvent evt)
- Specified by:
propertyChange
in interface java.beans.PropertyChangeListener
- Overrides:
propertyChange
in class java.beans.beancontext.BeanContextSupport
initializeBeanContextResources
protected void initializeBeanContextResources()
- Overrides:
initializeBeanContextResources
in class java.beans.beancontext.BeanContextChildSupport
Copyright © 2000 The jBoss Organization. All Rights Reserved.