org.terracotta.management.context
Class ContextContainer

java.lang.Object
  extended by org.terracotta.management.context.ContextContainer

public class ContextContainer
extends Object

Author:
Ludovic Orban

Constructor Summary
ContextContainer(String name, String value, Collection<ContextContainer> subContexts)
           
 
Method Summary
 String getName()
           
 Collection<ContextContainer> getSubContexts()
           
 String getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextContainer

public ContextContainer(String name,
                        String value,
                        Collection<ContextContainer> subContexts)
Method Detail

getName

public String getName()

getValue

public String getValue()

getSubContexts

public Collection<ContextContainer> getSubContexts()


Copyright © 2015. All Rights Reserved.