Skip navigation links

Oracle Communications Services Gatekeeper Java API Reference
5.0

E21717-02


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 Object

Constructor Summary
EventChannelFactory()
           

 

Method Summary
abstract  EventChannel createEventChannel(String serviceInstanceName)
          Creates a new EventChannel for a specific service.
abstract  void deactivateListeners(String serviceInstanceName)
          Deactivates all CORBA servants belonging to a specific service.
static EventChannelFactory getFactory()
           
abstract  void removeEventChannelUser(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(String serviceInstanceName)
Creates a new EventChannel for a specific service.
Parameters:
serviceInstanceName -
Returns:
new EventChannel

deactivateListeners

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

getFactory

public static EventChannelFactory getFactory()

removeEventChannelUser

public abstract void removeEventChannelUser(String serviceInstanceName)
Remove a SLEEEventChannel user (for a specific service)
Parameters:
serviceInstanceName -

Skip navigation links

Oracle Communications Services Gatekeeper Java API Reference
5.0

E21717-02


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