org.jboss.osgi.deployment.interceptor
Interface InvocationContext

All Superinterfaces:
Attachments

public interface InvocationContext
extends Attachments

The context passed between Interceptors

Since:
24-Oct-2009
Author:
thomas.diesler@jboss.com

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jboss.osgi.spi.Attachments
Attachments.Key
 
Method Summary
 org.osgi.framework.Bundle getBundle()
          Get the bundle
 VirtualFile getRoot()
          Get the root virtual file
 org.osgi.framework.BundleContext getSystemContext()
          Get the system bundle context
 
Methods inherited from interface org.jboss.osgi.spi.Attachments
addAttachment, addAttachment, addAttachment, getAttachment, getAttachment, getAttachment, getAttachmentKeys, removeAttachment, removeAttachment, removeAttachment
 

Method Detail

getSystemContext

org.osgi.framework.BundleContext getSystemContext()
Get the system bundle context


getRoot

VirtualFile getRoot()
Get the root virtual file


getBundle

org.osgi.framework.Bundle getBundle()
Get the bundle



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