net.officefloor.frame.spi.managedobject
Interface AsynchronousManagedObject

All Superinterfaces:
ManagedObject
All Known Implementing Classes:
CometServiceManagedObject, HttpAuthenticationManagedObject, HttpSecurityManagedObjectSource.HttpSecurityManagedObject, HttpServletSecurityManagedObjectSource.HttpSecurityManagedObject, HttpSessionManagedObject, TcpConnectionHandler

public interface AsynchronousManagedObject
extends ManagedObject

Contract to provide control over asynchronous processing by the ManagedObject.

Implemented by the ManagedObjectSource provider.

Author:
Daniel Sagenschneider

Method Summary
 void registerAsynchronousCompletionListener(AsynchronousListener listener)
          Provides the AsynchronousListener to the AsynchronousManagedObject to enable call back to notify state and completion of asynchronous processing.
 
Methods inherited from interface net.officefloor.frame.spi.managedobject.ManagedObject
getObject
 

Method Detail

registerAsynchronousCompletionListener

void registerAsynchronousCompletionListener(AsynchronousListener listener)
Provides the AsynchronousListener to the AsynchronousManagedObject to enable call back to notify state and completion of asynchronous processing.

Parameters:
listener - AsynchronousListener.


Copyright © 2005-2013. All Rights Reserved.