org.terracotta.context
Interface ContextElement


public interface ContextElement

A shadow context associated with a Java object.


Method Summary
 Map<String,Object> attributes()
          The set of attributes for the associated Java object.
 Class identifier()
          The type of the associated Java object.
 

Method Detail

identifier

Class identifier()
The type of the associated Java object.

Returns:
the associated object's class

attributes

Map<String,Object> attributes()
The set of attributes for the associated Java object.

Returns:
the associated object's attributes


Copyright © 2015. All Rights Reserved.