Uses of Class
org.isis.jaut.Apartment

Packages that use Apartment
org.isis.jaut   
 

Uses of Apartment in org.isis.jaut
 

Fields in org.isis.jaut declared as Apartment
protected  Apartment ApartmentObject.apartment
          Holds the Apartment this object was created in.
protected static Apartment Apartment.multiThreadedApartment
          The single multi threaded apartment of the process, if any.
 

Methods in org.isis.jaut that return Apartment
 Apartment ApartmentObject.getApartment()
          Retrives the Apartment in which this object was created in.
static Apartment Apartment.currentApartment()
          Returns the current Apartment for this Thread.
static Apartment Apartment.enter(boolean multiThreaded)
          Makes the current Thread enter an Apartment.
static Apartment Apartment.getMultiThreadedApartment()
          Retrives the multi threaded apartment (MTA) of the process.