de.intarsys.tools.adapter
Class AdapterOutlet

java.lang.Object
  extended by de.intarsys.tools.adapter.AdapterOutlet

public class AdapterOutlet
extends java.lang.Object

A VM wide singleton for the IAdapterOutlet.


Constructor Summary
AdapterOutlet()
           
 
Method Summary
static IAdapterOutlet get()
          A VM wide singleton for the IAdapterOutlet.
static void set(IAdapterOutlet active)
          Set the VM wide singleton for the IAdapterOutlet.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdapterOutlet

public AdapterOutlet()
Method Detail

get

public static IAdapterOutlet get()
A VM wide singleton for the IAdapterOutlet.

Returns:
A VM wide singleton for the IAdapterOutlet.

set

public static void set(IAdapterOutlet active)
Set the VM wide singleton for the IAdapterOutlet.

Parameters:
active -