|
Oracle | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
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/docs103 Copyright 1996,2008, 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. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |