org.apache.tuscany.sca.host.rmi
Class DefaultRMIHostExtensionPoint

java.lang.Object
  extended by org.apache.tuscany.sca.host.rmi.DefaultRMIHostExtensionPoint
All Implemented Interfaces:
RMIHostExtensionPoint

public class DefaultRMIHostExtensionPoint
extends java.lang.Object
implements RMIHostExtensionPoint

Default implementation of an RMI host extension point.


Constructor Summary
DefaultRMIHostExtensionPoint()
           
 
Method Summary
 void addRMIHost(RMIHost rmiHost)
          Adds a Servlet host extension.
 java.util.List<RMIHost> getRMIHosts()
          Returns a list of Servlet host extensions.
 void removeRMIHost(RMIHost rmiHost)
          Removes a Servlet host extension.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultRMIHostExtensionPoint

public DefaultRMIHostExtensionPoint()
Method Detail

addRMIHost

public void addRMIHost(RMIHost rmiHost)
Description copied from interface: RMIHostExtensionPoint
Adds a Servlet host extension.

Specified by:
addRMIHost in interface RMIHostExtensionPoint

removeRMIHost

public void removeRMIHost(RMIHost rmiHost)
Description copied from interface: RMIHostExtensionPoint
Removes a Servlet host extension.

Specified by:
removeRMIHost in interface RMIHostExtensionPoint

getRMIHosts

public java.util.List<RMIHost> getRMIHosts()
Description copied from interface: RMIHostExtensionPoint
Returns a list of Servlet host extensions.

Specified by:
getRMIHosts in interface RMIHostExtensionPoint
Returns: