Skip navigation links

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

E12907-01


oracle.irm.engine.core.status
Class StatusPageResponseFactory

java.lang.Object
  extended by oracle.irm.engine.core.status.StatusPageResponseFactory


public final class StatusPageResponseFactory
extends Object

Status Page Response factory. This class provides methods for creating new instances of StatusPageResponse objects.


Method Summary
static StatusPageResponse createStatusPageResponse(Label status, DesktopState state, ContentType content, StatusPageInformation information)
          Create a status page response.

 

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

 

Method Detail

createStatusPageResponse

public static StatusPageResponse createStatusPageResponse(Label status,
                                                          DesktopState state,
                                                          ContentType content,
                                                          StatusPageInformation information)
Create a status page response. This constructor can be used to manually create a status page response.
Parameters:
status - the status.
state - the desktop state. This parameter is optional, it is valid to pass null.
content - the content type. This parameter is optional, it is valid to pass null.
information - the status page information.
Returns:
a new Status Page Response instance.

Skip navigation links

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

E12907-01


Copyright © 2010, Oracle. All rights reserved.