org.jacorb.notification.jmx
Class EventChannelFactoryControl

java.lang.Object
  extended byorg.jacorb.notification.jmx.EventChannelFactoryControl
All Implemented Interfaces:
EventChannelFactoryMBean

public class EventChannelFactoryControl
extends java.lang.Object
implements EventChannelFactoryMBean

Version:
$Id: EventChannelFactoryControl.java,v 1.1 2004/08/19 09:35:06 alphonse.bendt Exp $
Author:
Alphonse Bendt

Constructor Summary
EventChannelFactoryControl()
           
 
Method Summary
 java.lang.String getCorbaloc()
           
 java.lang.String getIOR()
           
 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

EventChannelFactoryControl

public EventChannelFactoryControl()
Method Detail

start

public java.lang.String start()
Specified by:
start in interface EventChannelFactoryMBean

stop

public java.lang.String stop()
Specified by:
stop in interface EventChannelFactoryMBean

getIOR

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

getCorbaloc

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