org.jboss.osgi.resolver.v2.spi
Class AbstractWire

java.lang.Object
  extended by org.jboss.osgi.resolver.v2.spi.AbstractWire
All Implemented Interfaces:
org.osgi.framework.resource.Wire

public class AbstractWire
extends Object
implements org.osgi.framework.resource.Wire

The abstract implementation of a Wire.

Since:
02-Jul-2010
Author:
thomas.diesler@jboss.com

Constructor Summary
protected AbstractWire(org.osgi.framework.resource.Capability capability, org.osgi.framework.resource.Requirement requirement, org.osgi.framework.resource.Resource provider, org.osgi.framework.resource.Resource requirer)
           
 
Method Summary
 org.osgi.framework.resource.Capability getCapability()
           
 org.osgi.framework.resource.Resource getProvider()
           
 org.osgi.framework.resource.Requirement getRequirement()
           
 org.osgi.framework.resource.Resource getRequirer()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AbstractWire

protected AbstractWire(org.osgi.framework.resource.Capability capability,
                       org.osgi.framework.resource.Requirement requirement,
                       org.osgi.framework.resource.Resource provider,
                       org.osgi.framework.resource.Resource requirer)
Method Detail

getCapability

public org.osgi.framework.resource.Capability getCapability()
Specified by:
getCapability in interface org.osgi.framework.resource.Wire

getRequirement

public org.osgi.framework.resource.Requirement getRequirement()
Specified by:
getRequirement in interface org.osgi.framework.resource.Wire

getProvider

public org.osgi.framework.resource.Resource getProvider()
Specified by:
getProvider in interface org.osgi.framework.resource.Wire

getRequirer

public org.osgi.framework.resource.Resource getRequirer()
Specified by:
getRequirer in interface org.osgi.framework.resource.Wire

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.