public class WiringServiceTable extends Hashtable<Class<?>,Object> implements WiringService
Constructor and Description |
---|
WiringServiceTable() |
Modifier and Type | Method and Description |
---|---|
void |
wire(Object component)
Called to wire a component
|
clear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keys, keySet, merge, put, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, size, toString, values
public void wire(Object component) throws WiringServiceException
WiringService
wire
in interface WiringService
component
- the component to be wiredWiringServiceException
- if an error occoursWiringService.wire(java.lang.Object)
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.