Skip navigation links

Oracle Communications Services Gatekeeper OAM Java API Reference
6.0

E55516-02


oracle.ocsg.rest.query.management
Interface QueryMBean


public interface QueryMBean

This is the generated code for the management interface for the Plug-in


Field Summary
static String Check_Time_Stamp
           
static boolean checkTimestamp
          Set to true to check the timestamp for a query request.
static String Timestamp_Window
           
static int timestampWindow
          Query timestamp window.

 

Method Summary
 boolean getCheckTimestamp()
           
 int getTimestampWindow()
           
 void setCheckTimestamp(boolean value)
           
 void setTimestampWindow(int value)
           

 

Field Detail

Check_Time_Stamp

public static final String Check_Time_Stamp
See Also:
Constant Field Values

checkTimestamp

public static final boolean checkTimestamp
Set to true to check the timestamp for a query request.
See Also:
Constant Field Values

Timestamp_Window

public static final String Timestamp_Window
See Also:
Constant Field Values

timestampWindow

public static final int timestampWindow
Query timestamp window. Unit: second
See Also:
Constant Field Values

Method Detail

getCheckTimestamp

public boolean getCheckTimestamp()
                          throws ManagementException
Throws:
ManagementException

getTimestampWindow

public int getTimestampWindow()
                       throws ManagementException
Throws:
ManagementException

setCheckTimestamp

public void setCheckTimestamp(boolean value)
                       throws ManagementException
Throws:
ManagementException

setTimestampWindow

public void setTimestampWindow(int value)
                        throws ManagementException
Throws:
ManagementException

Skip navigation links

Oracle Communications Services Gatekeeper OAM Java API Reference
6.0

E55516-02


Copyright © 2008, 2015, Oracle and/or its affiliates. All rights reserved.