Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Event Processing
11g Release 1 (11.1.1.7)

E14303-11
FRAMES    NO FRAMES
DETAIL:  FIELD | CONSTR | METHOD


com.bea.wlevs.management.configuration
Interface ServerMBean


public interface ServerMBean
extends WebLogicMBean

This MBean represents the configuration of an WebLogic Event Server instance.


Field Summary
static java.lang.String MBEAN_TYPE
          This MBean is registered using the following MBEAN_TYPE.

 

Method Summary
 java.lang.String getHostName()
          Returns the server hostname.
 java.lang.String getListenPort()
          Returns the server listen port.
 java.lang.String getSecureListenPort()
          Returns the server secure listen port.

 

Methods inherited from interface com.bea.wlevs.management.WebLogicMBean
getName, getObjectName, getType

 

Field Detail

MBEAN_TYPE

public static final java.lang.String MBEAN_TYPE
This MBean is registered using the following MBEAN_TYPE.

Method Detail

getHostName

public java.lang.String getHostName()
Returns the server hostname.
Returns:
String - the server hostname

getListenPort

public java.lang.String getListenPort()
Returns the server listen port.
Returns:
String - the server listen port

getSecureListenPort

public java.lang.String getSecureListenPort()
Returns the server secure listen port.
Returns:
String - the server secure listen port

Overview  Package   Class   Use  Tree  Deprecated  Index  Help 
Copyright © 2007, 2013 Oracle and/or its affiliates. All rights reserved.
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD