org.jboss.osgi.husky.runtime
Interface Connector

All Known Implementing Classes:
org.jboss.osgi.husky.internal.AbstractConnector, JMXConnector, SocketConnector

public interface Connector

A Connector is the receiving side of a test request. It processes the test request by dispatching it to one of the associated PackageListeners. It is an error if no PackageListener can handle the incomming test request.

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

Method Summary
 Response process(Request req)
          Handles the test request by dispatching to one of the associated PackageListeners.
 

Method Detail

process

Response process(Request req)
                 throws Throwable
Handles the test request by dispatching to one of the associated PackageListeners.

Throws:
Throwable


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