org.jboss.osgi.resolver
Interface XWiringSupport

All Known Implementing Classes:
AbstractWirings

public interface XWiringSupport

An extension to Wiring

Since:
18-Feb-2013
Author:
thomas.diesler@jboss.com

Method Summary
 org.osgi.resource.Wiring getWiring(boolean checkEffective)
           
 boolean isEffective()
           
 void makeUneffective()
           
 void refresh()
           
 void setWiring(org.osgi.resource.Wiring wiring)
           
 

Method Detail

getWiring

org.osgi.resource.Wiring getWiring(boolean checkEffective)

setWiring

void setWiring(org.osgi.resource.Wiring wiring)

isEffective

boolean isEffective()

makeUneffective

void makeUneffective()

refresh

void refresh()


Copyright © 2013 JBoss by Red Hat. All Rights Reserved.