one.world.rep
Class LocalizedResource
java.lang.Object
|
+--one.world.core.SymbolicHandler
|
+--one.world.rep.LocalizedResource
- All Implemented Interfaces:
- EventHandler, Serializable
- Direct Known Subclasses:
- NamedResource, RemoteReference
- public abstract class LocalizedResource
- extends SymbolicHandler
A localized resource is a resource that is associated with a particular
host and port number.
- Version:
- $Revision: 1.6 $
- See Also:
- Serialized Form
|
Field Summary |
String |
host
The remote host name. |
int |
port
The remote port number. |
|
Constructor Summary |
LocalizedResource(String host,
int port)
Constructs a new localized resource with the given host name and port
number. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
host
public final String host
- The remote host name.
port
public final int port
- The remote port number.
LocalizedResource
public LocalizedResource(String host,
int port)
- Constructs a new localized resource with the given host name and port
number.
- Parameters:
host - The remote host name.port - The remote port number.
(C) Copyright 2001 UW CSE