jp.go.aist.rtm.RTC
Class LoggerConsumer

java.lang.Object
  extended by jp.go.aist.rtm.RTC.LoggerConsumer
All Implemented Interfaces:
ObjectCreator<SdoServiceConsumerBase>, ObjectDestructor, SdoServiceConsumerBase, CallbackFunction

public class LoggerConsumer
extends java.lang.Object
implements SdoServiceConsumerBase, CallbackFunction, ObjectCreator<SdoServiceConsumerBase>, ObjectDestructor


Constructor Summary
LoggerConsumer()
           ctor of LoggerConsumer
 
Method Summary
 SdoServiceConsumerBase creator_()
           creator_
 void destructor_(java.lang.Object obj)
           destructor_
 void doOperate()
          
 void finalize()
           Finalization
 ServiceProfile getProfile()
           getting ServiceProfile
 boolean init(RTObject_impl rtobj, ServiceProfile profile)
           Initialization
 boolean reinit(ServiceProfile profile)
           Re-initialization
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoggerConsumer

public LoggerConsumer()
ctor of LoggerConsumer

Method Detail

init

public boolean init(RTObject_impl rtobj,
                    ServiceProfile profile)
Initialization

Specified by:
init in interface SdoServiceConsumerBase
Parameters:
rtobj -
profile -
Returns:

reinit

public boolean reinit(ServiceProfile profile)
Re-initialization

Specified by:
reinit in interface SdoServiceConsumerBase
Parameters:
profile -
Returns:

getProfile

public final ServiceProfile getProfile()
getting ServiceProfile

Specified by:
getProfile in interface SdoServiceConsumerBase
Returns:

finalize

public void finalize()
Finalization

Specified by:
finalize in interface SdoServiceConsumerBase
Overrides:
finalize in class java.lang.Object

doOperate

public void doOperate()

Specified by:
doOperate in interface CallbackFunction

creator_

public SdoServiceConsumerBase creator_()

creator_

Specified by:
creator_ in interface ObjectCreator<SdoServiceConsumerBase>
Returns:
Object Created instances

destructor_

public void destructor_(java.lang.Object obj)

destructor_

Specified by:
destructor_ in interface ObjectDestructor
Parameters:
obj - The target instances for destruction