org.apache.felix.mosgi.jmx.rmiconnector
Class RmiConnectorActivator

java.lang.Object
  extended by org.apache.felix.mosgi.jmx.rmiconnector.RmiConnectorActivator
All Implemented Interfaces:
EventListener, BundleActivator, ServiceListener

public class RmiConnectorActivator
extends Object
implements BundleActivator, ServiceListener


Field Summary
static BundleContext bc
           
 
Constructor Summary
RmiConnectorActivator()
           
 
Method Summary
static void log(int prio, String message, Throwable t)
           
 void serviceChanged(ServiceEvent serviceevent)
           
 void start(BundleContext bc)
           
 void stop(BundleContext bc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bc

public static BundleContext bc
Constructor Detail

RmiConnectorActivator

public RmiConnectorActivator()
                      throws javax.management.MalformedObjectNameException
Throws:
javax.management.MalformedObjectNameException
Method Detail

start

public void start(BundleContext bc)
           throws Exception
Specified by:
start in interface BundleActivator
Throws:
Exception

stop

public void stop(BundleContext bc)
          throws Exception
Specified by:
stop in interface BundleActivator
Throws:
Exception

serviceChanged

public void serviceChanged(ServiceEvent serviceevent)
Specified by:
serviceChanged in interface ServiceListener

log

public static void log(int prio,
                       String message,
                       Throwable t)


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.