TPTP 4.6.0 Platform Project
Public API Specification

org.eclipse.hyades.loaders.util
Interface LookupService

All Known Subinterfaces:
ExtendedLookupService
All Known Implementing Classes:
CBELookupService, GenericLookupService, HierarchyLookupService, LookupServiceExtensions, StatisticalLookupService, TraceLookupService

public interface LookupService


Method Summary
 boolean deregister(HierarchyContext context)
           
 boolean deregister(HierarchyContext context, java.lang.Class type)
           
 boolean deregister(HierarchyContext context, java.lang.Class type, java.lang.Object key)
           
 boolean deregister(HierarchyContext context, java.lang.Object value)
           
 java.util.Set getSupportedTypes()
           
 java.lang.Object locate(HierarchyContext context, java.lang.Class type, java.lang.Object key)
           
 java.lang.Object locate(HierarchyContext context, java.lang.Object key)
           
 boolean register(HierarchyContext context, java.lang.Object value)
           
 

Method Detail

getSupportedTypes

java.util.Set getSupportedTypes()

deregister

boolean deregister(HierarchyContext context,
                   java.lang.Class type,
                   java.lang.Object key)

deregister

boolean deregister(HierarchyContext context,
                   java.lang.Object value)

deregister

boolean deregister(HierarchyContext context,
                   java.lang.Class type)

deregister

boolean deregister(HierarchyContext context)

locate

java.lang.Object locate(HierarchyContext context,
                        java.lang.Object key)

locate

java.lang.Object locate(HierarchyContext context,
                        java.lang.Class type,
                        java.lang.Object key)

register

boolean register(HierarchyContext context,
                 java.lang.Object value)

TPTP 4.6.0 Platform Project
Public API Specification