Skip navigation links

Oracle® Information Rights Management Server Java API Reference
11g Release 1 (11.1.1)

E12907-03


oracle.irm.engine.core.storage
Class DesktopStoreFactory

java.lang.Object
  extended by oracle.irm.engine.core.storage.DesktopStoreFactory


public final class DesktopStoreFactory
extends Object

Desktop Store factory. This class provides methods for creating new instances of DesktopStore objects.


Method Summary
static DesktopStore createDesktopStore()
          Create a new desktop store.
static DesktopStore createDesktopStore(Device device, Collection bundles)
          Create a desktop store.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Method Detail

createDesktopStore

public static DesktopStore createDesktopStore()
Create a new desktop store. A new desktop store contains an empty license store and a new device definition.
Returns:
a new Desktop Store instance.

createDesktopStore

public static DesktopStore createDesktopStore(Device device,
                                              Collection bundles)
Create a desktop store.
Parameters:
device - the device that is storing this licenses.
bundles - the desktop bundles for this store. This parameter is optional, it is valid to pass null or an empty collection.
Returns:
a new Desktop Store instance.

Skip navigation links

Oracle® Information Rights Management Server Java API Reference
11g Release 1 (11.1.1)

E12907-03


Copyright © 2011, Oracle. All rights reserved.