RTC
Class ExecutionContextProfile

java.lang.Object
  extended by RTC.ExecutionContextProfile
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.portable.IDLEntity

public final class ExecutionContextProfile
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

RTC/ExecutionContextProfile.java . Generated by the IDL-to-Java compiler (portable), version "3.2" from idl/OpenRTM.idl Thursday, March 3, 2011 3:01:41 PM JST

See Also:
Serialized Form

Field Summary
 ExecutionKind kind
           
 RTObject owner
           
 RTObject[] participants
           
 NameValue[] properties
           
 double rate
           
 
Constructor Summary
ExecutionContextProfile()
           
ExecutionContextProfile(ExecutionKind _kind, double _rate, RTObject _owner, RTObject[] _participants, NameValue[] _properties)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

kind

public ExecutionKind kind

rate

public double rate

owner

public RTObject owner

participants

public RTObject[] participants

properties

public NameValue[] properties
Constructor Detail

ExecutionContextProfile

public ExecutionContextProfile()

ExecutionContextProfile

public ExecutionContextProfile(ExecutionKind _kind,
                               double _rate,
                               RTObject _owner,
                               RTObject[] _participants,
                               NameValue[] _properties)