Skip navigation links

Oracle Communications Services Gatekeeper OAM Java API Reference
5.1

E37524-01


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


public interface NativeUCPManagedPluginMBean

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


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

 

Method Summary
 String getListenAddress()
          Get Listen address.
 int getListenPort()
          Get Listen Port.
 void reRegisterWorkManager()
          Re-register the work manager in the UCP protocol server service.
 void setListenAddress(String listenAddress)
          Set listen address.
 void setListenPort(int listenPort)
          Set 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 it's work manager for this address.
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 it's work manager for this port.
See Also:
Constant Field Values

Method Detail

getListenAddress

public String getListenAddress()
                        throws ManagementException
Get Listen address.
Returns:
listen address.
Throws:
ManagementException - ManagementException

getListenPort

public int getListenPort()
                  throws ManagementException
Get Listen Port.
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.
Throws:
ManagementException - ManagementException

setListenAddress

public void setListenAddress(String listenAddress)
                      throws ManagementException
Set listen address.
Parameters:
listenAddress - listen address.
Throws:
ManagementException - ManagementException

setListenPort

public void setListenPort(int listenPort)
                   throws ManagementException
Set listen port.
Parameters:
listenPort - listen port
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.