Uses of Class
java.lang.Long

Packages that use Long
java.lang   
org.apache.felix.framework.cache   
org.apache.felix.ipojo.context   
org.apache.felix.mosgi.managedelements.bundlesprobes   
org.apache.felix.mosgi.managedelements.bundlesprobes.tab   
org.apache.felix.prefs   
org.apache.felix.prefs.impl   
 

Uses of Long in java.lang
 

Methods in java.lang that return Long
static Long Long.decode(String var0)
           
static Long Long.getLong(String var0)
           
static Long Long.getLong(String var0, long var1)
           
static Long Long.getLong(String var0, Long var1)
           
static Long Long.valueOf(String var0)
           
static Long Long.valueOf(String var0, int var1)
           
 

Methods in java.lang with parameters of type Long
 int Long.compareTo(Long var0)
           
static Long Long.getLong(String var0, Long var1)
           
 

Uses of Long in org.apache.felix.framework.cache
 

Methods in org.apache.felix.framework.cache that return Long
 Long BundleArchive.getCurrentRevisionNumber()
           Returns the current revision object for the archive.
 

Methods in org.apache.felix.framework.cache with parameters of type Long
 BundleRevision BundleArchive.getRevision(Long l)
           Returns the revision object for the specified revision.
 

Uses of Long in org.apache.felix.ipojo.context
 

Constructors in org.apache.felix.ipojo.context with parameters of type Long
ServiceRegistrationImpl(ServiceRegistry registry, ComponentInstance instance, String[] classes, Long serviceId, Object svcObj, Dictionary dict)
          Constructor.
 

Uses of Long in org.apache.felix.mosgi.managedelements.bundlesprobes
 

Methods in org.apache.felix.mosgi.managedelements.bundlesprobes with parameters of type Long
 void BundlesProbes.startService(Long[] id)
           
 void BundlesProbesMBean.startService(Long[] id)
           
 void BundlesProbes.stopService(Long[] id)
           
 void BundlesProbesMBean.stopService(Long[] id)
           
 void BundlesProbes.uninstall(Long[] id)
           
 void BundlesProbesMBean.uninstall(Long[] id)
           
 void BundlesProbes.update(Long[] id)
           
 void BundlesProbesMBean.update(Long[] id)
           
 

Uses of Long in org.apache.felix.mosgi.managedelements.bundlesprobes.tab
 

Methods in org.apache.felix.mosgi.managedelements.bundlesprobes.tab with parameters of type Long
 void BundlesProbesModelTabUI.startButtonAction(Long id)
           
 void BundlesProbesModelTabUI.stopButtonAction(Long id)
           
 void BundlesProbesModelTabUI.uninstallButtonAction(Long id)
           
 void BundlesProbesModelTabUI.updateButtonAction(Long id)
           
 

Uses of Long in org.apache.felix.prefs
 

Fields in org.apache.felix.prefs declared as Long
protected  Long PreferencesDescription.bundleId
           
 

Methods in org.apache.felix.prefs that return Long
 Long[] BackingStore.availableBundles()
          Return all bundle ids for which preferences are stored..
 Long PreferencesDescription.getBundleId()
           
 

Methods in org.apache.felix.prefs with parameters of type Long
 PreferencesImpl[] BackingStore.loadAll(BackingStoreManager manager, Long bundleId)
          Load all preferences for this bundle.
 void BackingStore.remove(Long bundleId)
          Remove all preferences stored for this bundle.
 

Constructors in org.apache.felix.prefs with parameters of type Long
PreferencesDescription(Long id, String identifier)
           
 

Uses of Long in org.apache.felix.prefs.impl
 

Fields in org.apache.felix.prefs.impl declared as Long
protected  Long PreferencesServiceImpl.bundleId
          The service id for the bundle this service belongs to.
 

Methods in org.apache.felix.prefs.impl that return Long
 Long[] DataFileBackingStoreImpl.availableBundles()
           
 

Methods in org.apache.felix.prefs.impl with parameters of type Long
 PreferencesImpl[] DataFileBackingStoreImpl.loadAll(BackingStoreManager manager, Long bundleId)
           
 void DataFileBackingStoreImpl.remove(Long bundleId)
           
 

Constructors in org.apache.felix.prefs.impl with parameters of type Long
PreferencesServiceImpl(Long id, BackingStoreManager storeManager)
           
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.