jef.disconnection
Interface DisconnectorsFactory

All Known Implementing Classes:
DefaultDisconnectorsFactory

public interface DisconnectorsFactory

This interface defines the contract for all the concrete classes in charge of instantiating Disconnectors.

Author:
frusso@dev.java.net

Nested Class Summary
static class DisconnectorsFactory.DisconnectorType
           
 
Method Summary
 Disconnector getInstance(DisconnectorsFactory.DisconnectorType type)
          Instantiates a Disconnector of the specified type.
 

Method Detail

getInstance

Disconnector getInstance(DisconnectorsFactory.DisconnectorType type)
Instantiates a Disconnector of the specified type.

Parameters:
type - One of the allowed types