jp.go.aist.rtm.RTC.buffer
Class CdrRingBuffer

java.lang.Object
  extended by jp.go.aist.rtm.RTC.buffer.CdrRingBuffer
All Implemented Interfaces:
ObjectCreator<BufferBase<org.omg.CORBA.portable.OutputStream>>, ObjectDestructor

public class CdrRingBuffer
extends java.lang.Object
implements ObjectCreator<BufferBase<org.omg.CORBA.portable.OutputStream>>, ObjectDestructor

CdrRingBuffer


Constructor Summary
CdrRingBuffer()
           
 
Method Summary
static void CdrRingBufferInit()
          !#} Initialization
 BufferBase<org.omg.CORBA.portable.OutputStream> creator_()
           Creats RingBuffer.
 void destructor_(java.lang.Object obj)
           Destroys the object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CdrRingBuffer

public CdrRingBuffer()
Method Detail

creator_

public BufferBase<org.omg.CORBA.portable.OutputStream> creator_()
Creats RingBuffer.

Specified by:
creator_ in interface ObjectCreator<BufferBase<org.omg.CORBA.portable.OutputStream>>
Returns:
Object Created RingBuffer

destructor_

public void destructor_(java.lang.Object obj)
Destroys the object.

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

CdrRingBufferInit

public static void CdrRingBufferInit()
!#} Initialization

Adds the object to the factory.