org.jboss.osgi.deployment.interceptor
Interface InvocationContext

All Superinterfaces:
org.jboss.osgi.spi.Attachments
All Known Implementing Classes:
InvocationContextImpl

public interface InvocationContext
extends org.jboss.osgi.spi.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
org.jboss.osgi.spi.Attachments.Key
 
Method Summary
 org.osgi.framework.Bundle getBundle()
          Get the bundle
 org.jboss.osgi.vfs.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

org.jboss.osgi.vfs.VirtualFile getRoot()
Get the root virtual file


getBundle

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



Copyright © 2012. All Rights Reserved.