mandala.rami.impl
Class RandomAPFactory

java.lang.Object
  extended bymandala.rami.impl.RandomAPFactory
All Implemented Interfaces:
AsynchronousPolicyFactory, java.io.Serializable

public class RandomAPFactory
extends java.lang.Object
implements AsynchronousPolicyFactory, java.io.Serializable

Unshared random asynchronous policy factory.

Version:
1.0
Author:
eipi
See Also:
AsynchronousPolicyFactory, AsynchronousReferenceImpl, Serialized Form

Constructor Summary
RandomAPFactory()
           
 
Method Summary
 AsynchronousPolicy getAsynchronousPolicy(java.lang.Object object)
          Returns the asynchronous policy an asynchronous reference on the given object must have.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RandomAPFactory

public RandomAPFactory()
Method Detail

getAsynchronousPolicy

public AsynchronousPolicy getAsynchronousPolicy(java.lang.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