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
 Bundle getBundle()
          Get the bundle
 VirtualFile getRoot()
          Get the root virtual file
 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

BundleContext getSystemContext()
Get the system bundle context


getRoot

VirtualFile getRoot()
Get the root virtual file


getBundle

Bundle getBundle()
Get the bundle



Copyright © 2010. All Rights Reserved.