Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


weblogic.rmi.spi
Interface HostID

All Superinterfaces:
Comparable

public interface HostID
extends Comparable

HostID is used by the RMI runtime to represent the process that hosts a remote object. Implementations of HostID are required to overide java.lang.Object methods toString(), hashCode and equals().


Method Summary
abstract  String getServerName()
          The server name is a human readable form of identity.
abstract  boolean isLocal()
          Determine whether this ServerIdentity represents the currently running server.
abstract  String objectToString()
           

 

Methods inherited from interface java.lang.Comparable
compareTo

 

Method Detail

isLocal

boolean isLocal()
Determine whether this ServerIdentity represents the currently running server.
Returns:
true or false.

objectToString

String objectToString()

getServerName

String getServerName()
The server name is a human readable form of identity. Code should not use this for determining equivalence.
Returns:
A String identifying the server.

Skip navigation links

Copyright 1996, 2015, 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.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09