Skip navigation links

Oracle Communications Services Gatekeeper OAM Java API Reference
5.0

E21718-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 listenAddress
          Listen address.
static int listenPort
          Listen port.

 

Method Summary
 String getListenAddress()
           
 int getListenPort()
           
 void reRegisterWorkManager()
          Re-register the work manager in the UCP protocol server service.
 void setListenAddress(String listenAddress)
           
 void setListenPort(int listenPort)
           

 

Field Detail

listenAddress

public static final String listenAddress
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

listenPort

public static final int listenPort
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
Throws:
ManagementException

getListenPort

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

setListenAddress

public void setListenAddress(String listenAddress)
                      throws ManagementException
Throws:
ManagementException

setListenPort

public void setListenPort(int listenPort)
                   throws ManagementException
Throws:
ManagementException

Skip navigation links

Oracle Communications Services Gatekeeper OAM Java API Reference
5.0

E21718-01


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