eXo JCR :: Applications :: Examples 1.16.0-Alpha3

org.exoplatform.applications.jcr.examples.scope
Class RootIdProvider

java.lang.Object
  extended by org.exoplatform.applications.jcr.examples.scope.RootIdProvider

@Dependent
public class RootIdProvider
extends Object

This class is the entry point to all the ids.

Version:
$Id$
Author:
Nicolas Filotto

Constructor Summary
RootIdProvider(RequestIdProvider rip, SessionIdProvider seip, ApplicationIdProvider aip, DependentIdProvider dip, SingletonIdProvider siip)
           
 
Method Summary
 int getIdApplication()
           
 int getIdDependent()
           
 int getIdRequest()
           
 int getIdSession()
           
 int getIdSingleton()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RootIdProvider

@Inject
public RootIdProvider(RequestIdProvider rip,
                             SessionIdProvider seip,
                             ApplicationIdProvider aip,
                             DependentIdProvider dip,
                             SingletonIdProvider siip)
Method Detail

getIdRequest

public int getIdRequest()

getIdSession

public int getIdSession()

getIdApplication

public int getIdApplication()

getIdDependent

public int getIdDependent()

getIdSingleton

public int getIdSingleton()

eXo JCR :: Applications :: Examples 1.16.0-Alpha3

Copyright © 2013 eXo Platform SAS. All Rights Reserved.