org.openorb.orb.test.iiop.value
Class AbstractA1Impl

java.lang.Object
  extended by AbstractA1POA
      extended by org.openorb.orb.test.iiop.value.AbstractA1Impl

public class AbstractA1Impl
extends AbstractA1POA

Implementation of the AbstractA1 value type.

Author:
Chris Wood

Constructor Summary
AbstractA1Impl(org.omg.PortableServer.POA poa)
          Constructor.
 
Method Summary
 org.omg.PortableServer.POA _default_POA()
          Return the default POA stored with this instance.
 void print()
          Print a message.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractA1Impl

public AbstractA1Impl(org.omg.PortableServer.POA poa)
Constructor.

Parameters:
poa - The default POA instance.
Method Detail

_default_POA

public org.omg.PortableServer.POA _default_POA()
Return the default POA stored with this instance.

Returns:
The default POA.

print

public void print()
Print a message.