Oracle Communications Services Gatekeeper Java API Reference
7.0.0.1

E96578-01

com.bea.wlcp.wlng.api.event_channel
Class EventChannelFactory

java.lang.Object
  extended bycom.bea.wlcp.wlng.api.event_channel.EventChannelFactory

public abstract class EventChannelFactory
extends java.lang.Object


Constructor Summary
EventChannelFactory()
           
 
Method Summary
abstract  EventChannel createEventChannel(java.lang.String serviceInstanceName)
          Creates a new EventChannel for a specific service.
abstract  void deactivateListeners(java.lang.String serviceInstanceName)
          Deactivates all CORBA servants belonging to a specific service.
static EventChannelFactory getFactory()
           
abstract  void removeEventChannelUser(java.lang.String serviceInstanceName)
          Remove a SLEEEventChannel user (for a specific service).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventChannelFactory

public EventChannelFactory()
Method Detail

createEventChannel

public abstract EventChannel createEventChannel(java.lang.String serviceInstanceName)
Creates a new EventChannel for a specific service.

Parameters:
serviceInstanceName - service instance name.
Returns:
new EventChannel.

deactivateListeners

public abstract void deactivateListeners(java.lang.String serviceInstanceName)
Deactivates all CORBA servants belonging to a specific service. This method is called when a service is deactivated.

Parameters:
serviceInstanceName - service instance name.

getFactory

public static EventChannelFactory getFactory()

removeEventChannelUser

public abstract void removeEventChannelUser(java.lang.String serviceInstanceName)
Remove a SLEEEventChannel user (for a specific service).

Parameters:
serviceInstanceName - service instance name.

Oracle Communications Services Gatekeeper Java API Reference
7.0.0.1

E96578-01

Copyright © 2008, 2018, Oracle and/or its affiliates. All rights reserved.