|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Framework.Factory | |
mandala.jacob | Specification and implementation of the Java Active Container of Objects concept. |
mandala.rami | Specification and implementation of the Reflective Asynchronous Method Invocation. |
mandala.rami.impl | Contains all classes related to Reflective Asynchronous Method Invocation. |
Uses of Framework.Factory in mandala.jacob |
Classes in mandala.jacob that implement Framework.Factory | |
class |
SORFactory
Creates asynchronous references of object stored in a given active map. |
Uses of Framework.Factory in mandala.rami |
Classes in mandala.rami that implement Framework.Factory | |
class |
AbstractARFactory
This abstract class provides all the necessary method to customize the CallbackManager used when creating
AsynchronousReference implementation instance. |
Methods in mandala.rami that return Framework.Factory | |
static Framework.Factory |
Framework.getFactory()
Gets the Factory currently used to create
AsynchronousReference implementation. |
Methods in mandala.rami with parameters of type Framework.Factory | |
static void |
Framework.setFactory(Framework.Factory factory)
Sets the Factory to use to create new
AsynchronousReference implementation. |
static SemiTransparentAsynchronousProxy |
Framework.getSemiTransparentAsynchronousProxy(java.lang.Object object,
Framework.Factory factory)
Returns a semi-transparent asynchronous proxy on the specified object. |
static SemiTransparentAsynchronousProxy |
Framework.getSemiTransparentAsynchronousProxy(java.lang.Object object,
java.lang.Class proxyClass,
Framework.Factory factory)
Returns a semi-transparent asynchronous proxy on the specified object. |
static java.lang.Object |
Framework.getTotalTransparentAsynchronousProxy(java.lang.Object object,
Framework.Factory factory)
Returns a total-transparent asynchronous proxy on the specified object. |
Uses of Framework.Factory in mandala.rami.impl |
Classes in mandala.rami.impl that implement Framework.Factory | |
class |
AbstractARImplFactory
This abstract class provides all the necessary method to customize the CallbackManager and the FutureFactory used when
creating AsynchronousReference implementation instances which
depends on FutureFactory objects as AsynchronousReferenceImpl and StoredObjectReference . |
class |
ARFactory
This factory creates AsynchronousReferenceImpl instances. |
class |
ARPFactory
|
Methods in mandala.rami.impl that return Framework.Factory | |
Framework.Factory |
ARPFactory.getHeaderFactory()
|
Framework.Factory |
ARPFactory.getTailerFactory()
|
Constructors in mandala.rami.impl with parameters of type Framework.Factory | |
ARPFactory(Framework.Factory headerFactory,
Framework.Factory tailerFactory)
|
|
ARPFactory(Framework.Factory headerFactory,
Framework.Factory tailerFactory,
CallbackManager callbackManager)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |