Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


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

 

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

 

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

Skip navigation links

Copyright 1996, 2015, 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
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09