Search Results for

    Show / Hide Table of Contents

    Class DefaultEntityIdProvider

    Defines a default implementation of IEntityIdProvider

    Inheritance
    java.lang.Object
    DefaultEntityIdProvider
    Implements
    IEntityIdProvider
    ICleanable
    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 DefaultEntityIdProvider implements IEntityIdProvider, ICleanable

    Constructors

    DefaultEntityIdProvider()

    Declaration
    public DefaultEntityIdProvider()

    Methods

    clear()

    Declaration
    public synchronized void clear()

    getEntityId()

    Gets the next available Entity ID.

    Declaration
    public synchronized int getEntityId()
    Returns
    Type Description
    int

    releaseEntityId(int entityId)

    Releases id and puts it back into pool of ids

    Declaration
    public synchronized void releaseEntityId(int entityId)
    Parameters
    Type Name Description
    int entityId

    Implements

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