org.codehaus.wadi
Interface Location

All Superinterfaces:
Evictable, Serializable
All Known Implementing Classes:
HttpProxyLocation

public interface Location
extends Evictable, Serializable

API which encodes the Location of a Context TODO: I do not understand why we want a location to be an Evictable. Consider refactoring?

Version:
$Revision: 1430 $
Author:
Jules Gosnell

Method Summary
 Destination getDestination()
           
 void proxy(InvocationContext invocationContext)
           
 
Methods inherited from interface org.codehaus.wadi.Evictable
checkTimeframe, copy, destroy, getCreationTime, getLastAccessedTime, getMaxInactiveInterval, getTimedOut, getTimeToLive, init, isNew, mote, setLastAccessedTime, setMaxInactiveInterval
 

Method Detail

proxy

public void proxy(InvocationContext invocationContext)
           throws ProxyingException
Throws:
ProxyingException - TODO

getDestination

public Destination getDestination()


Copyright © 2004-2006 Core Developers Network Ltd.. All Rights Reserved.