Uses of Class
org.appdapter.api.registry.Receiver.Status

Packages that use Receiver.Status
org.appdapter.api.registry Our Registry system allows objects to be registered and looked up in a type-safe manner, with optionally guarded result size, and flexibility in result delivery to client code. 
 

Uses of Receiver.Status in org.appdapter.api.registry
 

Methods in org.appdapter.api.registry that return Receiver.Status
 Receiver.Status ResultSequence.deliverResult(OT obj)
           
 Receiver.Status ResultSequence.getLastReceiverStatus()
           
 Receiver.Status Receiver.receiveMatch(OC match, ResultSequence<OC> seq, long seqIndex)
           
static Receiver.Status Receiver.Status.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Receiver.Status[] Receiver.Status.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2010-2012. All Rights Reserved.