net.officefloor.plugin.socket.server.http.conversation
Interface HttpManagedObject

All Superinterfaces:
ManagedObject
All Known Implementing Classes:
HttpManagedObjectImpl

public interface HttpManagedObject
extends ManagedObject

HTTP ManagedObject.

Author:
Daniel Sagenschneider

Method Summary
 void cleanup()
          Cleans up this HttpManagedObject.
 EscalationHandler getEscalationHandler()
          Obtains the EscalationHandler.
 ServerHttpConnection getServerHttpConnection()
          Obtains the ServerHttpConnection.
 
Methods inherited from interface net.officefloor.frame.spi.managedobject.ManagedObject
getObject
 

Method Detail

getServerHttpConnection

ServerHttpConnection getServerHttpConnection()
Obtains the ServerHttpConnection.

Returns:
ServerHttpConnection.

getEscalationHandler

EscalationHandler getEscalationHandler()
Obtains the EscalationHandler.

Returns:
EscalationHandler.

cleanup

void cleanup()
             throws IOException
Cleans up this HttpManagedObject.

Throws:
IOException - If fails to clean up HttpManagedObject.


Copyright © 2005-2011. All Rights Reserved.