org.jacorb.demo.notification.whiteboard
Class IFactoryPOATie

java.lang.Object
  extended by org.omg.PortableServer.Servant
      extended by org.jacorb.demo.notification.whiteboard.IFactoryPOA
          extended by org.jacorb.demo.notification.whiteboard.IFactoryPOATie
All Implemented Interfaces:
IFactoryOperations, InvokeHandler

public class IFactoryPOATie
extends IFactoryPOA

Generated from IDL interface "IFactory".

Version:
generated at 03-Nov-2015 12:34:44
Author:
JacORB IDL compiler V 3.7

Constructor Summary
IFactoryPOATie(IFactoryOperations delegate)
           
IFactoryPOATie(IFactoryOperations delegate, POA poa)
           
 
Method Summary
 POA _default_POA()
           
 IFactoryOperations _delegate()
           
 void _delegate(IFactoryOperations delegate)
           
 IFactory _this()
           
 IFactory _this(ORB orb)
           
 IWhiteBoard getCreateWhiteboard(String name)
           
 String[] listAllWhiteboards()
           
 
Methods inherited from class org.jacorb.demo.notification.whiteboard.IFactoryPOA
_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

IFactoryPOATie

public IFactoryPOATie(IFactoryOperations delegate)

IFactoryPOATie

public IFactoryPOATie(IFactoryOperations delegate,
                      POA poa)
Method Detail

_this

public IFactory _this()
Overrides:
_this in class IFactoryPOA

_this

public IFactory _this(ORB orb)
Overrides:
_this in class IFactoryPOA

_delegate

public IFactoryOperations _delegate()

_delegate

public void _delegate(IFactoryOperations delegate)

_default_POA

public POA _default_POA()
Overrides:
_default_POA in class Servant

listAllWhiteboards

public String[] listAllWhiteboards()

getCreateWhiteboard

public IWhiteBoard getCreateWhiteboard(String name)


Copyright © 2015 JacORB. All rights reserved.