//Artefact:JavaClass/com/sphenon/ui/frontends/alf/ALFSession

Synopsis

public ALFSession extends ApplicationClientClass

//Artefact:Attribute/com/sphenon/ui/frontends/alf/ALFSession/_class

Synopsis

public static final java.lang.Class _class

//Artefact:Method/com/sphenon/ui/frontends/alf/ALFSession/adjustNotificationLevel

Synopsis

public static long adjustNotificationLevel (long new_level)

//Artefact:Method/com/sphenon/ui/frontends/alf/ALFSession/getNotificationLevel

Synopsis

public static long getNotificationLevel ()

//Artefact:Method/com/sphenon/ui/frontends/alf/ALFSession/getOrCreateSession

Synopsis

public static com.sphenon.ui.frontends.alf.ALFSession getOrCreateSession (CallContext context, ALFConfiguration configuration, String session_id, com.sphenon.basics.function.Creator wascd_creator)

//Artefact:Method/com/sphenon/ui/frontends/alf/ALFSession/get

Synopsis

public static com.sphenon.ui.frontends.alf.ALFSession get (CallContext context)

//Artefact:Method/com/sphenon/ui/frontends/alf/ALFSession/getId

Synopsis

public java.lang.String getId ()

//Artefact:Method/com/sphenon/ui/frontends/alf/ALFSession/getConfiguration

Synopsis

public com.sphenon.ui.frontends.alf.ALFConfiguration getConfiguration ()

//Artefact:Method/com/sphenon/ui/frontends/alf/ALFSession/getContext

Synopsis

public com.sphenon.basics.context.CallContext getContext ()

//Artefact:Method/com/sphenon/ui/frontends/alf/ALFSession/getComponent

Synopsis

public com.sphenon.ui.frontends.alf.components.ALFComponent getComponent (String component_path, java.lang.String[] parameters)

//Artefact:Method/com/sphenon/ui/frontends/alf/ALFSession/getComponent

Synopsis

public com.sphenon.ui.frontends.alf.components.ALFComponent getComponent (String component_path, ALFParameters parameters)

//Artefact:Method/com/sphenon/ui/frontends/alf/ALFSession/addEvent

Synopsis

public void addEvent (ALFEvent event)

//Artefact:Method/com/sphenon/ui/frontends/alf/ALFSession/getAndClearEvents

Synopsis

public java.util.List getAndClearEvents ()

//Artefact:Method/com/sphenon/ui/frontends/alf/ALFSession/addDestroy

Synopsis

public void addDestroy (ALFEvent destroy)

//Artefact:Method/com/sphenon/ui/frontends/alf/ALFSession/getAndClearDestroys

Synopsis

public java.util.List getAndClearDestroys ()

//Artefact:Method/com/sphenon/ui/frontends/alf/ALFSession/executeWithReadLock

Synopsis

public void executeWithReadLock (CallContext context, com.sphenon.basics.function.ExecutorWithException e)

//Artefact:Method/com/sphenon/ui/frontends/alf/ALFSession/getWithReadLock

Synopsis

public java.lang.Object getWithReadLock (CallContext context, com.sphenon.basics.function.GetterWithException g)

//Artefact:Method/com/sphenon/ui/frontends/alf/ALFSession/executeWithWriteLock

Synopsis

public void executeWithWriteLock (CallContext context, com.sphenon.basics.function.ExecutorWithException e)

//Artefact:Method/com/sphenon/ui/frontends/alf/ALFSession/getWithWriteLock

Synopsis

public java.lang.Object getWithWriteLock (CallContext context, com.sphenon.basics.function.GetterWithException g)