Skip navigation links


com.thortech.xl.gc.vo.designtime
Class Provider

java.lang.Object
  extended by com.thortech.xl.gc.vo.designtime.Provider

All Implemented Interfaces:
java.io.Serializable

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

This class is a value object that represents a provider instance. It encapsulates the data about a provider implementation. It is a proper collection of all the features of a generic technology connector provider namely, its name, Runtime, and DesignTime parameters.

See Also:
Serialized Form

Constructor Summary
Provider()
           

 

Method Summary
 java.util.Hashtable getDesignParams()
          This method returns the provider designtime parameters and their values.
 java.lang.String getName()
          This method returns the name of the provider.
 java.util.Hashtable getRuntimeParams()
          This method returns the provider runtime parameters and their values.
 void setDesignParams(java.util.Hashtable designParams)
           
 void setName(java.lang.String name)
           
 void setRuntimeParams(java.util.Hashtable runtimeParams)
           

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

Provider

public Provider()

Method Detail

getDesignParams

public java.util.Hashtable getDesignParams()
This method returns the provider designtime parameters and their values.
Returns:
Name-value pairs representing the provider designtime parameters and their values.

setDesignParams

public void setDesignParams(java.util.Hashtable designParams)

getName

public java.lang.String getName()
This method returns the name of the provider.
Returns:
Name of the provider, as specified in the provider xml.

setName

public void setName(java.lang.String name)

getRuntimeParams

public java.util.Hashtable getRuntimeParams()
This method returns the provider runtime parameters and their values.
Returns:
Name-value pairs representing the provider runtime parameters and their values.

setRuntimeParams

public void setRuntimeParams(java.util.Hashtable runtimeParams)

Skip navigation links


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.