BEA Systems, Inc.

Type-Safe Access to BEA WebLogic Server 9.0 MBeans (Deprecated)

(Methods marked with @since 9.0.0.0 are not available through the deprecated MBeanHome interface.)


weblogic.management.runtime
Interface SocketRuntime


public interface SocketRuntime

This interface represents the runtime state of a Socket controlled by the Muxer.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

Method Summary
 int getFileDescriptor()
          Returns the file descriptor being used by this socket.
 String getLocalAddress()
          Returns the address of the local end of this socket.
 int getLocalPort()
          Returns the port of the local end of this socket.
 String getRemoteAddress()
          Returns the address of the remote end of this socket.
 int getRemotePort()
          Returns the port of the remote end of this socket.
 

Method Detail

getFileDescriptor

public int getFileDescriptor()
Returns the file descriptor being used by this socket.


getLocalAddress

public String getLocalAddress()
Returns the address of the local end of this socket.


getLocalPort

public int getLocalPort()
Returns the port of the local end of this socket.


getRemoteAddress

public String getRemoteAddress()
Returns the address of the remote end of this socket.


getRemotePort

public int getRemotePort()
Returns the port of the remote end of this socket.


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs90
Copyright 2005 BEA Systems Inc.