org.apache.james.jspf.wiring
Class WiringServiceTable
java.lang.Object
java.util.Dictionary<K,V>
java.util.Hashtable<Class<?>,Object>
org.apache.james.jspf.wiring.WiringServiceTable
- All Implemented Interfaces:
- Serializable, Cloneable, Map<Class<?>,Object>, WiringService
public class WiringServiceTable
- extends Hashtable<Class<?>,Object>
- implements WiringService
This class associates "Enabling interfaces" to the service that provides the
dependency.
- See Also:
- Serialized Form
Method Summary |
void |
wire(Object component)
Called to wire a component |
Methods inherited from class java.util.Hashtable |
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values |
WiringServiceTable
public WiringServiceTable()
wire
public void wire(Object component)
throws WiringServiceException
- Description copied from interface:
WiringService
- Called to wire a component
- Specified by:
wire
in interface WiringService
- Parameters:
component
- the component to be wired
- Throws:
WiringServiceException
- if an error occours- See Also:
WiringService.wire(java.lang.Object)
Copyright © 2006-2011 The Apache Software Foundation. All Rights Reserved.