org.jacorb.notification.jmx
Interface COSNotificationServiceMBean

All Known Subinterfaces:
MX4JCOSNotificationServiceMBean
All Known Implementing Classes:
COSNotificationService, MX4JCOSNotificationService

public interface COSNotificationServiceMBean

MBean interface.


Method Summary
 String createChannel()
           
 String getCorbaloc()
           
 String getCOSNamingEntry()
           
 String getIOR()
           
 String getIORFile()
           
 void setCOSNamingEntry(String registerName)
           
 void setIORFile(String filename)
           
 

Method Detail

createChannel

String createChannel()

getIOR

String getIOR()

getCorbaloc

String getCorbaloc()

getIORFile

String getIORFile()

setIORFile

void setIORFile(String filename)
                throws IOException
Throws:
IOException

getCOSNamingEntry

String getCOSNamingEntry()

setCOSNamingEntry

void setCOSNamingEntry(String registerName)


Copyright © 2015 JacORB. All rights reserved.