public interface HttpManagedObject extends ManagedObject
ManagedObject
.Modifier and Type | Method and Description |
---|---|
void |
cleanup(CleanupEscalation[] cleanupEscalations)
Cleans up this
HttpManagedObject . |
EscalationHandler |
getEscalationHandler()
Obtains the
EscalationHandler . |
ServerHttpConnection |
getServerHttpConnection()
Obtains the
ServerHttpConnection . |
getObject
ServerHttpConnection getServerHttpConnection()
ServerHttpConnection
.ServerHttpConnection
.EscalationHandler getEscalationHandler()
EscalationHandler
.EscalationHandler
.void cleanup(CleanupEscalation[] cleanupEscalations) throws IOException
HttpManagedObject
.cleanupEscalations
- CleanupEscalation
instances of previous cleanup of
ManagedObject
instances.IOException
- If fails to clean up HttpManagedObject
.Copyright © 2005–2016. All rights reserved.