Search Results for

    Show / Hide Table of Contents

    Class ServiceContainer

    Provides a container with access to shared services through SciChart components

    Inheritance
    java.lang.Object
    ServiceContainer
    Implements
    IServiceContainer
    Inherited Members
    Object.clone()
    Object.equals(Object)
    Object.finalize()
    Object.getClass()
    Object.hashCode()
    Object.notify()
    Object.notifyAll()
    Object.toString()
    Object.wait()
    Object.wait(long)
    Object.wait(long,int)
    Namespace:
    Assembly: .dll
    Syntax
    public class ServiceContainer implements IServiceContainer

    Constructors

    ServiceContainer()

    Declaration
    public ServiceContainer()

    Methods

    <T>deregisterService(Class<T> classType)

    Deregisters service.

    Declaration
    public void <T>deregisterService(Class<T> classType)
    Parameters
    Type Name Description
    Class<T> classType

    <T>getService(Class<T> classType)

    Gets the esrvice instance registered by type

    Declaration
    public T <T>getService(Class<T> classType)
    Parameters
    Type Name Description
    Class<T> classType
    Returns
    Type Description
    T

    <T>hasService(Class<T> classType)

    Determines whether this instance has the service of specified type.

    Declaration
    public boolean <T>hasService(Class<T> classType)
    Parameters
    Type Name Description
    Class<T> classType
    Returns
    Type Description
    boolean

    <T>registerService(Class<T> classType, T service)

    Registers the service.

    Declaration
    public void <T>registerService(Class<T> classType, T service)
    Parameters
    Type Name Description
    Class<T> classType
    T service

    Implements

    IServiceContainer
    Back to top © 2011-2025 SciChart. All rights reserved. | sitemap.xml