Uses of Interface
com.tc.object.bytecode.Manager

Packages that use Manager
com.tc.object.bytecode   
com.tc.object.bytecode.hook   
com.tc.object.bytecode.hook.impl   
 

Uses of Manager in com.tc.object.bytecode
 

Classes in com.tc.object.bytecode that implement Manager
 class NullManager
          Null implementation of the manager.
 

Methods in com.tc.object.bytecode that return Manager
static Manager NullManager.getInstance()
          Get instance of the null manager
static Manager ManagerUtil.getManager()
           
 

Methods in com.tc.object.bytecode with parameters of type Manager
static void ManagerUtil.enableSingleton(Manager singleton)
           
 

Uses of Manager in com.tc.object.bytecode.hook
 

Methods in com.tc.object.bytecode.hook that return Manager
 Manager DSOContext.getManager()
           
 

Uses of Manager in com.tc.object.bytecode.hook.impl
 

Methods in com.tc.object.bytecode.hook.impl that return Manager
static Manager ClassProcessorHelper.getGlobalManager()
           
static Manager ClassProcessorHelper.getManager(java.lang.ClassLoader caller)
          WARNING: used by test framework only
 



Copyright © 2010 Terracotta, Inc.. All Rights Reserved.