org.sapia.ubik.rmi.naming.remote
Class DomainInfo

java.lang.Object
  extended by org.sapia.ubik.rmi.naming.remote.DomainInfo
All Implemented Interfaces:
java.io.Serializable

public class DomainInfo
extends java.lang.Object
implements java.io.Serializable

Author:
Yanick Duchesne
Copyright:
Copyright © 2002-2003 Sapia Open Source Software. All Rights Reserved.
License:
Read the license.txt file of the jar or visit the license page at the Sapia OSS web site
See Also:
Serialized Form

Constructor Summary
DomainInfo(DomainName domain, java.lang.String mcastAddress, int mcastPort)
           
 
Method Summary
 DomainName getDomainName()
          Returns the domain name of the remote context.
 java.lang.String getMulticastAddress()
          Returns a multicast address.
 int getMulticastPort()
          A multicast port.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DomainInfo

public DomainInfo(DomainName domain,
                  java.lang.String mcastAddress,
                  int mcastPort)
Method Detail

getDomainName

public DomainName getDomainName()
Returns the domain name of the remote context.

Returns:
a DomainName
See Also:
RemoteContext

getMulticastAddress

public java.lang.String getMulticastAddress()
Returns a multicast address.

Returns:
a multicast address.

getMulticastPort

public int getMulticastPort()
A multicast port.

Returns:
a port.


Copyright © 2010 Sapia OSS. All Rights Reserved.