org.sapia.ubik.rmi.server
Class Config

java.lang.Object
  extended by org.sapia.ubik.rmi.server.Config

public class Config
extends java.lang.Object

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

Constructor Summary
Config(ServerAddress addr, Connection conn)
           
 
Method Summary
 Connection getConnection()
           
 ServerAddress getServerAddress()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Config

public Config(ServerAddress addr,
              Connection conn)
Method Detail

getServerAddress

public ServerAddress getServerAddress()

getConnection

public Connection getConnection()


Copyright © 2010 Sapia OSS. All Rights Reserved.