org.codehaus.plexus.security.summit.session
Interface SessionBindingEvent

All Known Implementing Classes:
DefaultSessionBindingEvent

public interface SessionBindingEvent

This interface is modelled after HttpSessionBindingEvent.

Version:
$Id: SessionBindingEvent.java 1801 2005-05-15 22:14:20Z jvanzyl $
Author:
Daniel Rall

Method Summary
 java.lang.String getName()
          Returns the name with which the object is bound to or unbound from the session.
 Session getSession()
          Returns the session to or from which the object is bound or unbound.
 

Method Detail

getName

public java.lang.String getName()
Returns the name with which the object is bound to or unbound from the session.

Returns:
The name used for binding.

getSession

public Session getSession()
Returns the session to or from which the object is bound or unbound.

Returns:
A session object.