|
ABLE 2.0.0 07/02/2003 10:25:01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.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.
Fields inherited from class com.ibm.able.AbleObject |
---|
changed, chgSupport, comment, dataFlowEnabled, defaultName, destBufferConnections, eventQueue, fileName, inputBuffer, listeners, logger, name, outputBuffer, parent, 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. |
Method Summary | |
---|---|
static java.lang.String |
Copyright()
Determine the copyright of this class. |
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, getState, init, init, process, process, quitAll, reset, resumeAll, 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.Method Detail |
public static java.lang.String Copyright()
|
ABLE 2.0.0 07/02/2003 10:25:01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |