mandala.rami.impl
Class FifoAPFactory

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

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

Unshared fifo asynchronous policy factory.

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

Constructor Summary
FifoAPFactory()
           
 
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

FifoAPFactory

public FifoAPFactory()
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