org.apache.jackrabbit.spi.commons
Interface SessionExtensions


public interface SessionExtensions

Provides additional methods for Session access..


Method Summary
 void setAttribute(String name, Object value)
          Sets the specified Session attribute.
 

Method Detail

setAttribute

void setAttribute(String name,
                  Object value)
Sets the specified Session attribute.

Parameters:
name - attribute name
value - attribute value


Copyright © 2004-2014 The Apache Software Foundation. All Rights Reserved.