|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.sun.appserv.management.client.AdminRMISSLClientSocketFactoryEnvImpl
public final class AdminRMISSLClientSocketFactoryEnvImpl
Not for public use
Class which encapsulates knowledge of how to exchange data between the RMISSLClientSocketFactory stub and the JVM into which it gets downloaded.
The client code configures this class so the RMI client stub may obtain any environmental overrides, thus enabling the client to control how the RMI stub behaves.
This class is global for all outgoing connections for RMI.
Method Summary | |
---|---|
HandshakeCompletedListener |
getHandshakeCompletedListener()
|
static AdminRMISSLClientSocketFactoryEnvImpl |
getInstance()
|
boolean |
getTrace()
|
TrustManager[] |
getTrustManagers()
|
Object |
getValue(String key)
|
void |
setHandshakeCompletedListener(HandshakeCompletedListener listener)
Set a HandshakeCompletedListener (optional). |
void |
setTrace(boolean trace)
Set tracing on or off. |
void |
setTrustManagers(TrustManager[] trustManagers)
Set the TrustManagers. |
Object |
setValue(String key,
Object value)
No values are currently supported; this routine exists for future extensions. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static AdminRMISSLClientSocketFactoryEnvImpl getInstance()
public Object getValue(String key)
public Object setValue(String key, Object value)
key
- value
- public void setTrustManagers(TrustManager[] trustManagers)
trustManagers
- public TrustManager[] getTrustManagers()
public void setHandshakeCompletedListener(HandshakeCompletedListener listener)
listener
- public HandshakeCompletedListener getHandshakeCompletedListener()
public void setTrace(boolean trace)
trace
- public boolean getTrace()
|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 2006 Sun Microsystems, Inc. All rights reserved.