org.jboss.osgi.resolver.spi
Class AbstractWirings

java.lang.Object
  extended by org.jboss.osgi.resolver.spi.AbstractElement
      extended by org.jboss.osgi.resolver.spi.AbstractWirings
All Implemented Interfaces:
XAttachmentSupport, XElement, XWiringSupport

public class AbstractWirings
extends AbstractElement
implements XWiringSupport

The abstract implementation of an XWiringSupport.

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

Constructor Summary
AbstractWirings()
           
 
Method Summary
 org.osgi.resource.Wiring getWiring(boolean checkEffective)
           
 boolean isEffective()
           
 void makeUneffective()
           
 void refresh()
           
 void setWiring(org.osgi.resource.Wiring wiring)
           
 
Methods inherited from class org.jboss.osgi.resolver.spi.AbstractElement
addAttachment, getAttachment, removeAttachment
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractWirings

public AbstractWirings()
Method Detail

isEffective

public boolean isEffective()
Specified by:
isEffective in interface XWiringSupport

makeUneffective

public void makeUneffective()
Specified by:
makeUneffective in interface XWiringSupport

getWiring

public org.osgi.resource.Wiring getWiring(boolean checkEffective)
Specified by:
getWiring in interface XWiringSupport

setWiring

public void setWiring(org.osgi.resource.Wiring wiring)
Specified by:
setWiring in interface XWiringSupport

refresh

public void refresh()
Specified by:
refresh in interface XWiringSupport


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