| java.lang.Object com.sun.j2me.global.ResourceAbstractionLayer
All known Subclasses: com.sun.j2me.global.ResourceAbstractionLayerImpl,
ResourceAbstractionLayer | abstract public class ResourceAbstractionLayer (Code) | | The ResourceAbstractionLayer class provides a layer of
abstraction for
javax.microedition.global.ResourceManager implementation. Sub-classes of ResourceAbstractionLayer
correspond to individual implementations of access to application and
device resources.
|
appResourceManagerFactory | protected ResourceManagerFactory appResourceManagerFactory(Code) | | A resource manager factory for creating application resource managers.
|
getAppResourceManagerFactory | public ResourceManagerFactory getAppResourceManagerFactory()(Code) | | Returns an instance of the ResourceManagerFactory sub-class,
which is used to create resource managers for accessing application
resources.
the instance of the application resource manager factory See Also: ResourceManagerFactory |
getDevResourceManagerFactory | abstract public ResourceManagerFactory getDevResourceManagerFactory()(Code) | | Returns an instance of the ResourceManagerFactory sub-class,
which is used to create resource managers for accessing device specific
resources.
the instance of the device resource manager factory See Also: ResourceManagerFactory |
getInstance | public static ResourceAbstractionLayer getInstance()(Code) | | Returns an instance ResourceAbstractionLayer . This
instance is created only once (singleton) and then it is reused when
the method is called again.
the instance of the AbstractionLayer sub-class,null if unable to get sub-class instance |
|
|