org.jboss.osgi.husky.runtime.osgi
Interface JMXConnectorMBean

All Known Implementing Classes:
JMXConnector

public interface JMXConnectorMBean

The management interface of the JMXConnector.

Since:
17-May-2009
Author:
Thomas.Diesler@jboss.com

Method Summary
 InputStream process(InputStream reqStream)
          Consumes the serialized version of an Request and return the the Response from the test run
 

Method Detail

process

InputStream process(InputStream reqStream)
Consumes the serialized version of an Request and return the the Response from the test run

Parameters:
reqStream - the input stream to read the Request from
Returns:
the input stream to read the Response from


Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.