org.jboss.osgi.resolver.spi
Class AbstractWirings
java.lang.Object
org.jboss.osgi.resolver.spi.AbstractElement
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractWirings
public AbstractWirings()
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.