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