jasco.runtime.distribution
Class DistributedOptions

java.lang.Object
  extended by jasco.runtime.distribution.DistributedOptions

public class DistributedOptions
extends java.lang.Object

This class Can hold paparamtrized options, is there to be extended and Used!


Method Summary
 java.lang.String getGroupName(java.lang.String optionsSetName)
           
static DistributedOptions getInstance()
           
 int getRMIExceptionPort()
           
 java.lang.String getStack(java.lang.String optionsSetName)
           
 boolean getUseCustomizedSockets()
           
 void initializeRMIRegistryPort()
           
 void initializeUseCustomizedSockets()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static DistributedOptions getInstance()

getStack

public java.lang.String getStack(java.lang.String optionsSetName)

getGroupName

public java.lang.String getGroupName(java.lang.String optionsSetName)

getUseCustomizedSockets

public boolean getUseCustomizedSockets()

getRMIExceptionPort

public int getRMIExceptionPort()

initializeUseCustomizedSockets

public void initializeUseCustomizedSockets()

initializeRMIRegistryPort

public void initializeRMIRegistryPort()