BEA Systems, Inc.

BEA WebLogic Server 9.1 API Reference


weblogic.security.net
Class ConnectionEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byweblogic.security.net.ConnectionEvent
All Implemented Interfaces:
Serializable

public final class ConnectionEvent
extends EventObject

See Also:
Serialized Form
Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ConnectionEvent(InetAddress remAddr, int remPort, InetAddress localAddr, int localPort, String protocol)
           
ConnectionEvent(Socket s, String protocol)
           
 
Method Summary
 boolean equals(Object obj)
           
 InetAddress getLocalAddress()
           
 int getLocalPort()
           
 String getProtocol()
           
 InetAddress getRemoteAddress()
           
 int getRemotePort()
           
 int hashCode()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConnectionEvent

public ConnectionEvent(InetAddress remAddr,
                       int remPort,
                       InetAddress localAddr,
                       int localPort,
                       String protocol)

ConnectionEvent

public ConnectionEvent(Socket s,
                       String protocol)
Method Detail

equals

public boolean equals(Object obj)

getLocalAddress

public InetAddress getLocalAddress()

getLocalPort

public int getLocalPort()

getProtocol

public String getProtocol()

getRemoteAddress

public InetAddress getRemoteAddress()

getRemotePort

public int getRemotePort()

hashCode

public int hashCode()

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