Sun Adapter for COM/DCOM API

com.stc.connector.appconn.com
Class ComConfiguration

java.lang.Object
  extended by com.stc.connector.appconn.com.ComConfiguration

public class ComConfiguration
extends java.lang.Object

The ComConfiguration class is used to access the configuration parameters given by the user.


Constructor Summary
ComConfiguration(com.stc.connector.framework.util.ConfigurationHelper aConfiguration)
          Constructor for the class.
 
Method Summary
 java.lang.String getServer()
          Gets the server name configuration parameter.
 void setServer(java.lang.String newServer)
          Sets the server name.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComConfiguration

public ComConfiguration(com.stc.connector.framework.util.ConfigurationHelper aConfiguration)
Constructor for the class.

Parameters:
originalConfig - The properties from the configuration.
Throws:
None.
Method Detail

getServer

public java.lang.String getServer()
Gets the server name configuration parameter.

Returns:
String - The server name
Throws:
None.

setServer

public void setServer(java.lang.String newServer)
Sets the server name.

Parameters:
newServer - The server name
Throws:
None.

Sun Adapter for COM/DCOM API

Copyright © 1994-2008 Sun Microsystems, Inc. All rights reserved.