mandala.rami.impl
Class RandomAPFactory
java.lang.Object
mandala.rami.impl.RandomAPFactory
- All Implemented Interfaces:
- AsynchronousPolicyFactory, Serializable
- public class RandomAPFactory
- extends Object
- implements AsynchronousPolicyFactory, Serializable
Unshared random asynchronous policy factory.
- Version:
- 1.0
- Author:
- eipi
- See Also:
AsynchronousPolicyFactory
,
AsynchronousReferenceImpl
,
Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RandomAPFactory
public RandomAPFactory()
getAsynchronousPolicy
public AsynchronousPolicy getAsynchronousPolicy(Object object)
- Description copied from interface:
AsynchronousPolicyFactory
Returns the asynchronous policy an asynchronous reference
on the given object must have.
- Specified by:
getAsynchronousPolicy
in interface AsynchronousPolicyFactory
- Parameters:
object
- the object to get an asynchronous reference with the
specified asynchronous policy on.
- Returns:
- the asynchronous policy that must be used by
asynchronous reference on the specified object.
Mandala help mailing list