weblogic.security.net
Class ConnectionEvent
java.lang.Object
java.util.EventObject
weblogic.security.net.ConnectionEvent
All Implemented Interfaces: Serializable
public final class ConnectionEvent extends EventObject
See Also: Serialized Form
ConnectionEvent
public ConnectionEvent (Socket s,
String protocol)
ConnectionEvent
public ConnectionEvent (InetAddress remAddr,
int remPort,
InetAddress localAddr,
int localPort,
String protocol)
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
Copyright 1996, 2010, 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 API Reference 11g Release 1 (10.3.4) Part Number E13941-04
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
All Classes
All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD