Oracle Fusion Middleware
Oracle WebLogic Server 10.3.1 API Reference
11g Release 1 (10.3.1)

Part Number E13941-02

weblogic.security.net
Class ConnectionEvent

java.lang.Object
  extended by java.util.EventObject
      extended by weblogic.security.net.ConnectionEvent
All Implemented Interfaces:
Serializable

public final class ConnectionEvent
extends EventObject

See Also:
Serialized Form

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(Socket s,
                       String protocol)

ConnectionEvent

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

getRemoteAddress

public InetAddress getRemoteAddress()

getRemotePort

public int getRemotePort()

getLocalAddress

public InetAddress getLocalAddress()

getLocalPort

public int getLocalPort()

getProtocol

public String getProtocol()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

Documentation is available at
http://download.oracle.com/docs/cd/E12839_01/web.1111/wls.htm
Copyright 1996, 2009, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Oracle WebLogic Server 10.3.1 API Reference
11g Release 1 (10.3.1)

Part Number E13941-02