org.jacorb.notification.jmx
Class COSNotificationService

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

public class COSNotificationService
extends Object
implements COSNotificationServiceMBean

Author:
Alphonse Bendt

Constructor Summary
COSNotificationService(ORB orb, MBeanServer mbeanServer, org.nanocontainer.remoting.jmx.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()
           
 
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,
                              org.nanocontainer.remoting.jmx.DynamicMBeanProvider mbeanProvider,
                              String[] args)
Method Detail

createChannel

public String createChannel()
Specified by:
createChannel in interface COSNotificationServiceMBean

start

public String start()

stop

public String stop()

getIOR

public String getIOR()
Specified by:
getIOR in interface COSNotificationServiceMBean

getCorbaloc

public String getCorbaloc()
Specified by:
getCorbaloc in interface COSNotificationServiceMBean

getIORFile

public String getIORFile()
Specified by:
getIORFile in interface COSNotificationServiceMBean

setIORFile

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

getCOSNamingEntry

public String getCOSNamingEntry()
Specified by:
getCOSNamingEntry in interface COSNotificationServiceMBean

setCOSNamingEntry

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

getEventChannelFactory

public Object getEventChannelFactory()


Copyright © 2015 JacORB. All rights reserved.