An event catalog bean is used to access the event catalog.
//use home interface to create event catalog bean InitialContext context = new InitialContext(); Object eventCatalogHomeObj = context.lookup("ejb/com/ibm/events/catalog/EventCatalog"); EventCatalogHome eventCatalogHome = (EventCatalogHome) PortableRemoteObject.narrow(eventCatalogHomeObj, EventCatalogHome.class); eventCatalog = (EventCatalog) eventCatalogHome.create();
Last updated: Tue Feb 21 17:36:50 2006
(c) Copyright IBM Corporation 2005.
This information center is powered by Eclipse technology (http://www.eclipse.org)