Skip navigation links

Oracle Communications Services Gatekeeper OAM Java API Reference
6.0

E55516-02


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


public interface NativeUCPManagedPluginMBean

This interface defines the management attributes and operations of the managed UCP plug-in.


Field Summary
static String LISTEN_ADDRESS
          Listen address.
static int LISTEN_PORT
          Listen port.

 

Method Summary
 String getListenAddress()
          Gets the Listen address.
 int getListenPort()
          Gets the Listen Port.
 void reRegisterWorkManager()
          Re-register the work manager in the UCP protocol server service.
 void setListenAddress(String listenAddress)
          Sets the listen address.
 void setListenPort(int listenPort)
          Sets the listen port.

 

Field Detail

LISTEN_ADDRESS

public static final String LISTEN_ADDRESS
Listen address. Should match a configured UCP address in the ConnectInfoManager MBean. The native UCP plug-in will register its work manager for this address. The default address is 'localhost'.

Scope: Cluster

See Also:
Constant Field Values

LISTEN_PORT

public static final int LISTEN_PORT
Listen port. Should match a configured UCP port in the ConnectInfoManager MBean. The native UCP plug-in will register its work manager for this port. port. The default port is 5075.
See Also:
Constant Field Values

Method Detail

getListenAddress

public String getListenAddress()
                        throws ManagementException
Gets the Listen address.

Scope: Cluster

Returns:
listen address.
Throws:
ManagementException - ManagementException.

getListenPort

public int getListenPort()
                  throws ManagementException
Gets the Listen Port.

Scope: Cluster

Returns:
Listen Port.
Throws:
ManagementException - ManagementException.

reRegisterWorkManager

public void reRegisterWorkManager()
                           throws ManagementException
Re-register the work manager in the UCP protocol server service. The work manager is automatically registered during activation of the plug-in. If the listen port and address values are changed the work manager must be re-registered with the UCP protocol server service. Note that the UCP protocol server service MBean method restartPorts must be called to restart the ports.

Scope: Cluster

Throws:
ManagementException - ManagementException

setListenAddress

public void setListenAddress(String listenAddress)
                      throws ManagementException
Sets the listen address.

Scope: Cluster

Parameters:
listenAddress - listen address.
Throws:
ManagementException - ManagementException.

setListenPort

public void setListenPort(int listenPort)
                   throws ManagementException
Sets the listen port.

Scope: Cluster

Parameters:
listenPort - listen port.
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.