org.jacorb.notification.jmx
public class COSNotificationService extends Object implements COSNotificationServiceMBean
Version: $Id: COSNotificationService.java,v 1.4 2005/10/28 10:53:58 alphonse.bendt Exp $
UNKNOWN: name="COSNotificationServiceMBean" description="Control the JacORB Notification Service"
| Constructor Summary | |
|---|---|
| COSNotificationService(ORB orb, MBeanServer mbeanServer, DynamicMBeanProvider mbeanProvider, String[] args) | |
| Method Summary | |
|---|---|
| String | createChannel() |
| String | getCorbaloc() |
| String | getCOSNamingEntry() |
| Object | getEventChannelFactory() |
| String | getIOR() |
| String | getIORFile() |
| void | setCOSNamingEntry(String registerName) |
| void | setIORFile(String filename) |
| String | start() |
| String | stop() |
UNKNOWN: description="create a new channel"
UNKNOWN: description="Corbaloc to access the EventChannelFactory access = "read-only"
UNKNOWN: description = "NameService Entry (Optional)" access = "read-write"
UNKNOWN: description="IOR to access the EventChannelFactory" access = "read-only"
UNKNOWN: description = "Filename the IOR should be written to" access = "read-write"
UNKNOWN:
UNKNOWN: