org.jacorb.notification.jmx
Class COSNotificationService

java.lang.Object
  extended byorg.jacorb.notification.jmx.COSNotificationService
All Implemented Interfaces:
COSNotificationServiceMBean
Direct Known Subclasses:
MX4JCOSNotificationService

public class COSNotificationService
extends java.lang.Object
implements COSNotificationServiceMBean

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

Constructor Summary
COSNotificationService(ORB orb, MBeanServer mbeanServer, DynamicMBeanProvider mbeanProvider, java.lang.String[] args)
           
 
Method Summary
 java.lang.String createChannel()
           
 java.lang.String getCorbaloc()
           
 java.lang.String getCOSNamingEntry()
           
 Object getEventChannelFactory()
           
 java.lang.String getIOR()
           
 java.lang.String getIORFile()
           
 void setCOSNamingEntry(java.lang.String registerName)
           
 void setIORFile(java.lang.String filename)
           
 java.lang.String start()
           
 java.lang.String stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

COSNotificationService

public COSNotificationService(ORB orb,
                              MBeanServer mbeanServer,
                              DynamicMBeanProvider mbeanProvider,
                              java.lang.String[] args)
Method Detail

createChannel

public java.lang.String createChannel()
Specified by:
createChannel in interface COSNotificationServiceMBean

start

public java.lang.String start()

stop

public java.lang.String stop()

getIOR

public java.lang.String getIOR()
Specified by:
getIOR in interface COSNotificationServiceMBean

getCorbaloc

public java.lang.String getCorbaloc()
Specified by:
getCorbaloc in interface COSNotificationServiceMBean

getIORFile

public java.lang.String getIORFile()
Specified by:
getIORFile in interface COSNotificationServiceMBean

setIORFile

public void setIORFile(java.lang.String filename)
                throws java.io.IOException
Specified by:
setIORFile in interface COSNotificationServiceMBean
Throws:
java.io.IOException

getCOSNamingEntry

public java.lang.String getCOSNamingEntry()
Specified by:
getCOSNamingEntry in interface COSNotificationServiceMBean

setCOSNamingEntry

public void setCOSNamingEntry(java.lang.String registerName)
Specified by:
setCOSNamingEntry in interface COSNotificationServiceMBean

getEventChannelFactory

public Object getEventChannelFactory()