|
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.AbleRemoteObject
The AbleRemoteObject class is the default implementation of the AbleRemoteBean interface and is the base class for all remotable ABLE objects.
| Field Summary |
|---|
| 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 | |
|---|---|
AbleRemoteObject()
Construct and export an AbleRemoteObject. |
|
AbleRemoteObject(java.lang.String theName)
Construct and export an AbleRemoteObject with the name provided. |
|
AbleRemoteObject(java.lang.String theName,
java.lang.String theComment)
Construct and export an AbleRemoteObject with the name and comment provided. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.ibm.able.AbleRemoteBean |
|---|
getName, getProperties, getProperty, getState, init, init, process, process, quitAll, removeProperty, reset, resumeAll, setProperties, setProperty, suspendAll |
| Methods inherited from interface com.ibm.able.AbleRemoteEventListener |
|---|
handleAbleEvent |
| Methods inherited from interface com.ibm.able.AbleEventListenerRemoteManager |
|---|
addAbleEventListener, notifyAbleEventListeners, removeAbleEventListener |
| Constructor Detail |
public AbleRemoteObject()
throws java.rmi.RemoteException
java.rmi.RemoteException - If an error occurs.
public AbleRemoteObject(java.lang.String theName)
throws java.rmi.RemoteException
theName - The name of this bean.
java.rmi.RemoteException - If an error occurs.
public AbleRemoteObject(java.lang.String theName,
java.lang.String theComment)
throws java.rmi.RemoteException
theName - The name of this bean.theComment - A comment or description of this bean.
java.rmi.RemoteException - If an error occurs.
|
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 | |||||||||||