org.jacorb.demo.unions
Class MyServerPOATie

java.lang.Object
  extended by org.omg.PortableServer.Servant
      extended by org.jacorb.demo.unions.MyServerPOA
          extended by org.jacorb.demo.unions.MyServerPOATie
All Implemented Interfaces:
MyServerOperations, InvokeHandler

public class MyServerPOATie
extends MyServerPOA

Generated from IDL interface "MyServer".

Version:
generated at 03-Nov-2015 12:36:16
Author:
JacORB IDL compiler V 3.7

Constructor Summary
MyServerPOATie(MyServerOperations delegate)
           
MyServerPOATie(MyServerOperations delegate, POA poa)
           
 
Method Summary
 POA _default_POA()
           
 MyServerOperations _delegate()
           
 void _delegate(MyServerOperations delegate)
           
 MyServer _this()
           
 MyServer _this(ORB orb)
           
 void shutdown()
           
 void write2ndUnion(Nums n)
           
 void writeUnion(UnitedColors a1, UnitedColorsHolder a2)
           
 
Methods inherited from class org.jacorb.demo.unions.MyServerPOA
_all_interfaces, _invoke
 
Methods inherited from class org.omg.PortableServer.Servant
_get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MyServerPOATie

public MyServerPOATie(MyServerOperations delegate)

MyServerPOATie

public MyServerPOATie(MyServerOperations delegate,
                      POA poa)
Method Detail

_this

public MyServer _this()
Overrides:
_this in class MyServerPOA

_this

public MyServer _this(ORB orb)
Overrides:
_this in class MyServerPOA

_delegate

public MyServerOperations _delegate()

_delegate

public void _delegate(MyServerOperations delegate)

_default_POA

public POA _default_POA()
Overrides:
_default_POA in class Servant

writeUnion

public void writeUnion(UnitedColors a1,
                       UnitedColorsHolder a2)

shutdown

public void shutdown()

write2ndUnion

public void write2ndUnion(Nums n)


Copyright © 2015 JacORB. All rights reserved.