Skip navigation links

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

E12907-02


oracle.irm.engine.core.desktop
Class DesktopFactory

java.lang.Object
  extended by oracle.irm.engine.core.desktop.DesktopFactory


public final class DesktopFactory
extends Object

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


Method Summary
static Desktop createDesktop(UUID uuid, ProductVersion version, String operatingSystem, Locale locale, Device device, DesktopApplication application, Date timeStamp)
          Create a desktop.

 

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

 

Method Detail

createDesktop

public static Desktop createDesktop(UUID uuid,
                                    ProductVersion version,
                                    String operatingSystem,
                                    Locale locale,
                                    Device device,
                                    DesktopApplication application,
                                    Date timeStamp)
Create a desktop. This method can be used for the first contact to the server, as the last contact time property will not be set.
Parameters:
uuid - the desktop UUID.
version - the desktop product version.
operatingSystem - the desktop operating system.
locale - the desktop locale.
device - the device details for the desktop.
application - the desktop application. This parameter is optional, it is valid to pass null.
timeStamp - the desktop time. This parameter is optional, it is valid to pass null.
Returns:
a new Desktop instance.

Skip navigation links

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

E12907-02


Copyright © 2010, Oracle. All rights reserved.