|
ABLE 2.3.0 07/13/2005 14:21:00 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectcom.ibm.able.AbleObject
com.ibm.able.AbleBeanAdaptor
This class provides a default implementation of an AbleBean. It is used to wrap non-Able components when they are used in the Able Editor. NOTE: This class is still a stub!!!!
| Field Summary | |
|---|---|
protected static long |
serialVersionUID
Serialized version identifier in form YYYYMMDDVerRelModxx |
protected java.lang.Object |
wrappedObject
The object wrapped by this Able bean adaptor. |
| Fields inherited from class com.ibm.able.AbleObject |
|---|
changed, chgSupport, comment, dataFlowEnabled, defaultName, destBufferConnections, eventQueue, fileName, inputBuffer, listeners, logger, name, outputBuffer, parent, properties, propertyConnectionMgr, sourceBufferConnections, state, stateChgSupport, trace |
| Constructor Summary | |
|---|---|
AbleBeanAdaptor()
Create a default Able bean adaptor. |
|
AbleBeanAdaptor(java.lang.Object theWrappedObject)
Create a default Able bean adaptor with the specified object. |
|
AbleBeanAdaptor(java.lang.String theName)
Create a default Able bean adaptor with the specified name. |
|
AbleBeanAdaptor(java.lang.String theName,
java.lang.Object theWrappedObject)
Create a default Able bean adaptor with the specified name and object. |
|
| Method Summary | |
|---|---|
java.lang.Object |
getWrappedObject()
Retrieve the wrapped object of this bean adaptor. |
void |
setWrappedObject(java.lang.Object theWrappedObject)
Set (or change) the wrapped object of this bean adaptor. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected static final long serialVersionUID
protected java.lang.Object wrappedObject
| Constructor Detail |
public AbleBeanAdaptor()
throws java.rmi.RemoteException
public AbleBeanAdaptor(java.lang.String theName)
throws java.rmi.RemoteException
theName - The name of this bean adaptor.
public AbleBeanAdaptor(java.lang.Object theWrappedObject)
throws java.rmi.RemoteException
theWrappedObject - An object to be wrapped by this adaptor.
public AbleBeanAdaptor(java.lang.String theName,
java.lang.Object theWrappedObject)
throws java.rmi.RemoteException
theName - The name of this bean adaptor.
theWrappedObject - An object to be wrapped by this adaptor.
| Method Detail |
public void setWrappedObject(java.lang.Object theWrappedObject)
throws java.rmi.RemoteException
A PropertyChangeEvent is fired.
theWrappedObject - An object to be wrapped by this adaptor.
java.rmi.RemoteExceptionwrappedObject
public java.lang.Object getWrappedObject()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionwrappedObject
|
ABLE 2.3.0 07/13/2005 14:21:00 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||