| Package | Description |
|---|---|
| org.jboss.gravia.resource | |
| org.jboss.gravia.resource.spi |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultWire
The default
Wire. |
| Modifier and Type | Method and Description |
|---|---|
List<Wire> |
Wiring.getProvidedResourceWires(String namespace)
Returns the
Wires to the provided capabilities
of this wiring. |
List<Wire> |
Wiring.getRequiredResourceWires(String namespace)
Returns the
Wires to the requirements in use
by this wiring. |
| Constructor and Description |
|---|
DefaultWiring(Resource resource,
List<Wire> reqwires,
List<Wire> provwires) |
DefaultWiring(Resource resource,
List<Wire> reqwires,
List<Wire> provwires) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractWire
An abstract
Wire. |
| Modifier and Type | Method and Description |
|---|---|
List<Wire> |
AbstractWiring.getProvidedResourceWires(String namespace) |
List<Wire> |
AbstractWiring.getRequiredResourceWires(String namespace) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractWiring.addProvidedWire(Wire wire) |
void |
AbstractWiring.addRequiredWire(Wire wire) |
| Constructor and Description |
|---|
AbstractWiring(Resource resource,
List<Wire> reqwires,
List<Wire> provwires) |
AbstractWiring(Resource resource,
List<Wire> reqwires,
List<Wire> provwires) |
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.