BEA Systems, Inc.

WebLogic Server 5.1.0 API Reference

Uses of Class
weblogic.event.common.EventRegistrationException

Packages that use EventRegistrationException
weblogic.db.jdbc   
weblogic.event.common   
 

Uses of EventRegistrationException in weblogic.db.jdbc
 

Constructors in weblogic.db.jdbc that throw EventRegistrationException
EventfulTableDataSet.EventfulTableDataSet(T3Client t3, java.sql.Connection conn, java.lang.String tablename, KeyDef key)
          Constructs an EventfulTableDataSet.
EventfulTableDataSet.EventfulTableDataSet(T3Client t3, java.sql.Connection conn, java.lang.String tablename, java.lang.String attributes, KeyDef key)
          Constructs an EventfulTableDataSet.
 

Uses of EventRegistrationException in weblogic.event.common
 

Methods in weblogic.event.common that throw EventRegistrationException
 EventRegistrationDef EventServicesDef.getEventRegistration(java.lang.String topic, Evaluate evaluate, Action action)
          Gets a new EventRegistration object from the event services factory with the specified topic, Evaluate, and Action classes.
 EventRegistrationDef EventServicesDef.getEventRegistration(java.lang.String topic, Evaluate evaluator, Action action, boolean sink, boolean phase, int count)
          Gets a new EventRegistration object from the event services factory with the specified topic, Evaluate, and Action classes.
 EventRegistrationDef EventServicesDef.getEventRegistration(java.lang.String topic, Evaluate evaluator, Action action, boolean ownThread, boolean sink, boolean phase, int count)
          Deprecated. ownThread parameter no longer supported
 boolean EventServicesDef.unregister(int regID)
          Unregisters the EventRegistration corresponding to the registration ID.
 EventRegistrationDef EventTopicDef.register(Evaluate evaluate, Action action)
          Registers interest in an events corresponding to a topic.
 EventRegistrationDef EventTopicDef.register(Evaluate evaluate, Action action, boolean sink, boolean phase, int count)
          Registers interest in an events corresponding to a topic.
 int EventTopicDef.getRegistrationCount()
          Returns the number of registrations that are associated with this EventTopic.
 int EventRegistrationDef.register()
          Registers interest in an an event with the event server.
 boolean EventRegistrationDef.unregister()
          Unregisters an EventRegistration.
 


Documentation is available at
http://www.weblogic.com/docs51