org.jboss.ejb.plugins.jrmp.interfaces
Class SecureSocketFactory
java.lang.Object
|
+--java.rmi.server.RMISocketFactory
|
+--org.jboss.ejb.plugins.jrmp.interfaces.SecureSocketFactory
- All Implemented Interfaces:
- java.rmi.server.RMIClientSocketFactory, java.rmi.server.RMIServerSocketFactory, java.io.Serializable
- public class SecureSocketFactory
- extends java.rmi.server.RMISocketFactory
- implements java.io.Serializable
- Version:
- $Revision: 1.5 $
- Author:
- Rickard Öberg (rickard.oberg@telkel.com)
- See Also:
- , Serialized Form
Methods inherited from class java.rmi.server.RMISocketFactory |
getDefaultSocketFactory, getFailureHandler, getSocketFactory, setFailureHandler, setSocketFactory |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
SecureSocketFactory
public SecureSocketFactory()
getPrincipal
public static java.security.Principal getPrincipal()
createServerSocket
public java.net.ServerSocket createServerSocket(int port)
throws java.io.IOException
- Overrides:
createServerSocket
in class java.rmi.server.RMISocketFactory
createSocket
public java.net.Socket createSocket(java.lang.String host,
int port)
throws java.io.IOException
- Overrides:
createSocket
in class java.rmi.server.RMISocketFactory
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
Copyright © 2000 The JBoss Organization. All Rights Reserved.