org.jacorb.demo.bidir
Class ServerImpl

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

public class ServerImpl
extends ServerPOA

ServerImpl.java Created: Mon Sep 3 19:28:34 2001

Author:
Nicolas Noffke

Constructor Summary
ServerImpl()
           
 
Method Summary
 void callback_hello(String message)
           
static void main(String[] args)
           
 void register_callback(ClientCallback ccb)
           
 void shutdown()
           
 
Methods inherited from class org.jacorb.demo.bidir.ServerPOA
_all_interfaces, _invoke, _this, _this
 
Methods inherited from class org.omg.PortableServer.Servant
_default_POA, _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

ServerImpl

public ServerImpl()
Method Detail

register_callback

public void register_callback(ClientCallback ccb)

callback_hello

public void callback_hello(String message)

shutdown

public void shutdown()

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception


Copyright © 2015 JacORB. All rights reserved.