org.apache.james.jspf.wiring
Class WiringServiceTable

java.lang.Object
  extended by java.util.Dictionary<K,V>
      extended by java.util.Hashtable
          extended by org.apache.james.jspf.wiring.WiringServiceTable
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map, WiringService

public class WiringServiceTable
extends java.util.Hashtable
implements WiringService

This class associates "Enabling interfaces" to the service that provides the dependency.

See Also:
Serialized Form

Constructor Summary
WiringServiceTable()
           
 
Method Summary
 void wire(java.lang.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
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WiringServiceTable

public WiringServiceTable()
Method Detail

wire

public void wire(java.lang.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-2009 The Apache Software Foundation. All Rights Reserved.