org.jacorb.notification.jmx

Class COSNotificationService

public class COSNotificationService extends Object implements COSNotificationServiceMBean

Version: $Id: COSNotificationService.java,v 1.4 2005/10/28 10:53:58 alphonse.bendt Exp $

Author: Alphonse Bendt

UNKNOWN: name="COSNotificationServiceMBean" description="Control the JacORB Notification Service"

Constructor Summary
COSNotificationService(ORB orb, MBeanServer mbeanServer, DynamicMBeanProvider mbeanProvider, String[] args)
Method Summary
StringcreateChannel()
StringgetCorbaloc()
StringgetCOSNamingEntry()
ObjectgetEventChannelFactory()
StringgetIOR()
StringgetIORFile()
voidsetCOSNamingEntry(String registerName)
voidsetIORFile(String filename)
Stringstart()
Stringstop()

Constructor Detail

COSNotificationService

public COSNotificationService(ORB orb, MBeanServer mbeanServer, DynamicMBeanProvider mbeanProvider, String[] args)

Method Detail

createChannel

public String createChannel()

UNKNOWN: description="create a new channel"

getCorbaloc

public String getCorbaloc()

UNKNOWN: description="Corbaloc to access the EventChannelFactory access = "read-only"

getCOSNamingEntry

public String getCOSNamingEntry()

UNKNOWN: description = "NameService Entry (Optional)" access = "read-write"

getEventChannelFactory

public Object getEventChannelFactory()

getIOR

public String getIOR()

UNKNOWN: description="IOR to access the EventChannelFactory" access = "read-only"

getIORFile

public String getIORFile()

UNKNOWN: description = "Filename the IOR should be written to" access = "read-write"

setCOSNamingEntry

public void setCOSNamingEntry(String registerName)

UNKNOWN:

setIORFile

public void setIORFile(String filename)

UNKNOWN:

start

public String start()

stop

public String stop()