Skip navigation links

Oracle Communications Services Gatekeeper OAM Java API Reference
6.0

E55516-02


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()
          Gets the open session timeout.
 void setOpenSessionTimeout(int openSessionTimeout)
          Sets the 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. If the configured timeout expires, the plug-in returns a NACK response. The default is 5000.

Scope: Cluster

See Also:
Constant Field Values

Method Detail

getOpenSessionTimeout

public int getOpenSessionTimeout()
                          throws ManagementException
Gets the open session timeout.

Scope: Cluster

Returns:
timeout.
Throws:
ManagementException - ManagementException.

setOpenSessionTimeout

public void setOpenSessionTimeout(int openSessionTimeout)
                           throws ManagementException
Sets the open session timeout.

Scope: Cluster

Parameters:
openSessionTimeout - timeout.
Throws:
ManagementException - 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.