se.ericsson.eto.norarc.javaframe
Class ActiveObject

java.lang.Object
  extended byse.ericsson.eto.norarc.javaframe.ActiveObject
Direct Known Subclasses:
Composite, StateMachine

public abstract class ActiveObject
extends java.lang.Object

An ActiveObject represents the behaving elements of the JavaFrame systems


Field Summary
(package private)  java.lang.String activeObjectName
           
 Composite owner
           
 
Constructor Summary
ActiveObject()
           
 
Method Summary
 java.lang.String activeObjectName()
          returns the identifier of the ActiveObject
 void setActiveObjectName(java.lang.String activeObjectName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

activeObjectName

java.lang.String activeObjectName

owner

public Composite owner
Constructor Detail

ActiveObject

public ActiveObject()
Method Detail

setActiveObjectName

public void setActiveObjectName(java.lang.String activeObjectName)

activeObjectName

public final java.lang.String activeObjectName()
returns the identifier of the ActiveObject