org.jacorb.demo.notification.whiteboard
Class WhiteBoardFactory

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

public class WhiteBoardFactory
extends IFactoryPOA
implements IFactoryOperations

WhiteBoardFactory.java

Author:
Alphonse Bendt

Constructor Summary
WhiteBoardFactory(ORB orb, POA poa, EventChannelFactory ecf)
           
 
Method Summary
 IWhiteBoard getCreateWhiteboard(String name)
           
 String[] listAllWhiteboards()
           
static void main(String[] args)
           
 
Methods inherited from class org.jacorb.demo.notification.whiteboard.IFactoryPOA
_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

WhiteBoardFactory

public WhiteBoardFactory(ORB orb,
                         POA poa,
                         EventChannelFactory ecf)
Method Detail

getCreateWhiteboard

public IWhiteBoard getCreateWhiteboard(String name)
Specified by:
getCreateWhiteboard in interface IFactoryOperations

listAllWhiteboards

public String[] listAllWhiteboards()
Specified by:
listAllWhiteboards in interface IFactoryOperations

main

public static void main(String[] args)


Copyright © 2015 JacORB. All rights reserved.