- java.lang.Object
-
- java.rmi.server.RemoteObject
-
- java.rmi.server.RemoteServer
-
- All Implemented Interfaces:
- Serializable, Remote
- Direct Known Subclasses:
- Activatable, UnicastRemoteObject
public abstract class RemoteServer extends RemoteObject
TheRemoteServer
class is the common superclass to server implementations and provides the framework to support a wide range of remote reference semantics. Specifically, the functions needed to create and export remote objects (i.e. to make them remotely available) are provided abstractly byRemoteServer
and concretely by its subclass(es).- Since:
- JDK1.1
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.rmi.server.RemoteObject
ref
-
-
Constructor Summary
Constructors Modifier Constructor and Description protected
RemoteServer()
Constructs aRemoteServer
.protected
RemoteServer(RemoteRef ref)
Constructs aRemoteServer
with the given reference type.
-
Method Summary
Methods Modifier and Type Method and Description static String
getClientHost()
Returns a string representation of the client host for the remote method invocation being processed in the current thread.static PrintStream
getLog()
Returns stream for the RMI call log.static void
setLog(OutputStream out)
Log RMI calls to the output streamout
.
-
-
-
Constructor Detail
-
RemoteServer
protected RemoteServer()
Constructs aRemoteServer
.- Since:
- JDK1.1
-
RemoteServer
protected RemoteServer(RemoteRef ref)
Constructs aRemoteServer
with the given reference type.- Parameters:
ref
- the remote reference- Since:
- JDK1.1
-
-
Method Detail
-
getClientHost
public static String getClientHost() throws ServerNotActiveException
Returns a string representation of the client host for the remote method invocation being processed in the current thread.- Returns:
- a string representation of the client host
- Throws:
ServerNotActiveException
- if no remote method invocation is being processed in the current thread- Since:
- JDK1.1
-
setLog
public static void setLog(OutputStream out)
Log RMI calls to the output streamout
. Ifout
isnull
, call logging is turned off.If there is a security manager, its
checkPermission
method will be invoked with ajava.util.logging.LoggingPermission("control")
permission; this could result in aSecurityException
.- Parameters:
out
- the output stream to which RMI calls should be logged- Throws:
SecurityException
- if there is a security manager and the invocation of itscheckPermission
method fails- Since:
- JDK1.1
- See Also:
getLog()
-
getLog
public static PrintStream getLog()
Returns stream for the RMI call log.- Returns:
- the call log
- Since:
- JDK1.1
- See Also:
setLog(java.io.OutputStream)
-
-
Nederlandse vertaling
U hebt gevraagd om deze site in het Nederlands te bezoeken. Voor nu wordt alleen de interface vertaald, maar nog niet alle inhoud.Als je me wilt helpen met vertalingen, is je bijdrage welkom. Het enige dat u hoeft te doen, is u op de site registreren en mij een bericht sturen waarin u wordt gevraagd om u toe te voegen aan de groep vertalers, zodat u de gewenste pagina's kunt vertalen. Een link onderaan elke vertaalde pagina geeft aan dat u de vertaler bent en heeft een link naar uw profiel.
Bij voorbaat dank.
Document heeft de 11/06/2005 gemaakt, de laatste keer de 04/03/2020 gewijzigd
Bron van het afgedrukte document:https://www.gaudry.be/nl/java-api-rf-java/rmi/server/remoteserver.html
De infobrol is een persoonlijke site waarvan de inhoud uitsluitend mijn verantwoordelijkheid is. De tekst is beschikbaar onder CreativeCommons-licentie (BY-NC-SA). Meer info op de gebruiksvoorwaarden en de auteur.
Referenties
Deze verwijzingen en links verwijzen naar documenten die geraadpleegd zijn tijdens het schrijven van deze pagina, of die aanvullende informatie kunnen geven, maar de auteurs van deze bronnen kunnen niet verantwoordelijk worden gehouden voor de inhoud van deze pagina.
De auteur Deze site is als enige verantwoordelijk voor de manier waarop de verschillende concepten, en de vrijheden die met de referentiewerken worden genomen, hier worden gepresenteerd. Vergeet niet dat u meerdere broninformatie moet doorgeven om het risico op fouten te verkleinen.