|
BEA Systems, Inc. | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
weblogic.security.net.ConnectionEvent
public final class ConnectionEvent
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 |
---|
public ConnectionEvent(Socket s, String protocol)
public ConnectionEvent(InetAddress remAddr, int remPort, InetAddress localAddr, int localPort, String protocol)
Method Detail |
---|
public InetAddress getRemoteAddress()
public int getRemotePort()
public InetAddress getLocalAddress()
public int getLocalPort()
public String getProtocol()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs92 Copyright 2006 BEA Systems Inc. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |