Skip navigation links

Oracle Communications Services Gatekeeper OAM Java API Reference
5.1

E37524-01


oracle.ocsg.plugin.nativefacade.ucp.management
Interface NativeUCPPluginMBean


public interface NativeUCPPluginMBean

This interface defines the management attributes and operations of the UCP plugin.


Field Summary
static int OPEN_SESSION_TIMEOUT
          The open session timeout (in milliseconds).

 

Method Summary
 int getOpenSessionTimeout()
          get open session timeout.
 void setOpenSessionTimeout(int openSessionTimeout)
          set open session timeout.

 

Field Detail

OPEN_SESSION_TIMEOUT

public static final int OPEN_SESSION_TIMEOUT
The open session timeout (in milliseconds). Defines the maximum time to wait for ack/nack on an open session request.
See Also:
Constant Field Values

Method Detail

getOpenSessionTimeout

public int getOpenSessionTimeout()
                          throws ManagementException
get open session timeout.
Returns:
timeout.
Throws:
ManagementException - ManagementException

setOpenSessionTimeout

public void setOpenSessionTimeout(int openSessionTimeout)
                           throws ManagementException
set open session timeout.
Parameters:
openSessionTimeout - timeout.
Throws:
ManagementException - ManagementException

Skip navigation links

Oracle Communications Services Gatekeeper OAM Java API Reference
5.1

E37524-01


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