org.jacorb.demo.bidir
Class ServerPOATie

java.lang.Object
  extended by org.omg.PortableServer.Servant
      extended by org.jacorb.demo.bidir.ServerPOA
          extended by org.jacorb.demo.bidir.ServerPOATie
All Implemented Interfaces:
ServerOperations, InvokeHandler

public class ServerPOATie
extends ServerPOA

Generated from IDL interface "Server".

Version:
generated at 19-May-2015 16:32:06
Author:
JacORB IDL compiler V 3.6.1

Constructor Summary
ServerPOATie(ServerOperations delegate)
           
ServerPOATie(ServerOperations delegate, POA poa)
           
 
Method Summary
 POA _default_POA()
           
 ServerOperations _delegate()
           
 void _delegate(ServerOperations delegate)
           
 Server _this()
           
 Server _this(ORB orb)
           
 void callback_hello(String message)
           
 void register_callback(ClientCallback cc)
           
 void shutdown()
           
 
Methods inherited from class org.jacorb.demo.bidir.ServerPOA
_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

ServerPOATie

public ServerPOATie(ServerOperations delegate)

ServerPOATie

public ServerPOATie(ServerOperations delegate,
                    POA poa)
Method Detail

_this

public Server _this()
Overrides:
_this in class ServerPOA

_this

public Server _this(ORB orb)
Overrides:
_this in class ServerPOA

_delegate

public ServerOperations _delegate()

_delegate

public void _delegate(ServerOperations delegate)

_default_POA

public POA _default_POA()
Overrides:
_default_POA in class Servant

register_callback

public void register_callback(ClientCallback cc)

shutdown

public void shutdown()

callback_hello

public void callback_hello(String message)


Copyright © 2015 JacORB. All rights reserved.