Packagecom.theriabook.util.logging
Classpublic class RemoteOutputDescription
Implementscom.theriabook.util.logging.IOutputDecription



Public Properties
 PropertyDefined by
  classId : String
[read-only] Unique id (on per class basis).
RemoteOutputDescription
  destination : String
RemoteOutputDescription
  id : String
[read-only] Provides access to the id of this target.
RemoteOutputDescription
  logOutput : ILogOutput
[read-only]
RemoteOutputDescription
  name : String
[read-only]
RemoteOutputDescription
  subtopic : String
RemoteOutputDescription
  subtopicAsPassword : Boolean
[read-only]
RemoteOutputDescription
  subtopicTitle : String
[read-only]
RemoteOutputDescription
Public Methods
 MethodDefined by
  
RemoteOutputDescription
  
initialized(document:Object, id:String):void
RemoteOutputDescription
Property detail
classIdproperty
classId:String  [read-only]

Unique id (on per class basis).

Implementation
    public function get classId():String
destinationproperty 
destination:String  [read-write]Implementation
    public function get destination():String
    public function set destination(value:String):void
idproperty 
id:String  [read-only]

Provides access to the id of this target. The id is assigned at runtime by the mxml compiler if used as an mxml tag, or internally if used within a script block

Implementation
    public function get id():String
logOutputproperty 
logOutput:ILogOutput  [read-only]Implementation
    public function get logOutput():ILogOutput
nameproperty 
name:String  [read-only]Implementation
    public function get name():String
subtopicproperty 
subtopic:String  [read-write]Implementation
    public function get subtopic():String
    public function set subtopic(value:String):void
subtopicAsPasswordproperty 
subtopicAsPassword:Boolean  [read-only]Implementation
    public function get subtopicAsPassword():Boolean
subtopicTitleproperty 
subtopicTitle:String  [read-only]Implementation
    public function get subtopicTitle():String
Constructor detail
RemoteOutputDescription()constructor
public function RemoteOutputDescription()
Method detail
initialized()method
public function initialized(document:Object, id:String):voidParameters
document:Object
 
id:String