public interface MaxVarServiceRemote extends java.rmi.Remote, ServiceRemote
Hashtable, 
Service, 
psdi.server.SrvContext| Modifier and Type | Method and Description | 
|---|---|
| boolean | getBoolean(java.lang.String key,
          java.lang.String orgSite)Return the value for the MaxVar as a boolean, returning the default if the MaxVar is not defined. | 
| double | getDouble(java.lang.String key,
         java.lang.String orgSite)Return the value for the MaxVar as a double, returning the default if the MaxVar is not defined. | 
| float | getFloat(java.lang.String key,
        java.lang.String orgSite)Return the value for the MaxVar as a float, returning the default if the MaxVar is not defined. | 
| int | getInt(java.lang.String key,
      java.lang.String orgSite)Return the value for the MaxVar as an integer, returning the default if the MaxVar is not defined. | 
| long | getLong(java.lang.String key,
       java.lang.String orgSite)Return the value for the MaxVar as a long, returning the default if the MaxVar is not defined. | 
| java.lang.String | getMaxVarType(java.lang.String key)Returns the maxvartype for the varname | 
| java.lang.String | getString(java.lang.String key,
         java.lang.String orgSite)Return the value for the MaxVar as a string, returning the default if the MaxVar is not defined. | 
| java.lang.String | getString(java.lang.String key,
         java.lang.String org,
         java.lang.String Site)Returns the value for maxvar for given org and site | 
| java.lang.String[] | getStringList(java.lang.String key,
             java.lang.String orgSite)Return the specified variable as a String[]. | 
| boolean | isNull(java.lang.String key,
      java.lang.String orgSite)Return true if the row exists in maxvars but the varvalue is null. | 
| java.lang.Object | put(java.lang.String key,
   java.lang.String orgSiteId,
   java.lang.Object value) | 
| java.lang.Object | remove(java.lang.String key,
      java.lang.String orgSiteId) | 
getName, getURL, isAppService, isSingletonService, restartjava.lang.String[] getStringList(java.lang.String key,
                               java.lang.String orgSite)
                                 throws MXException,
                                        java.rmi.RemoteException
key - The name of the MaxVarorgSite - MXExceptionjava.rmi.RemoteExceptionjava.lang.String getString(java.lang.String key,
                         java.lang.String orgSite)
                           throws java.rmi.RemoteException,
                                  MXException
key - The name of the MaxVarorgSite - java.rmi.RemoteExceptionMXExceptionint getInt(java.lang.String key,
         java.lang.String orgSite)
           throws java.rmi.RemoteException,
                  MXException
key - The name of the MaxVarorgSite - java.rmi.RemoteExceptionMXExceptionboolean getBoolean(java.lang.String key,
                 java.lang.String orgSite)
                   throws java.rmi.RemoteException,
                          MXException
key - The name of the MaxVarorgSite - java.rmi.RemoteExceptionMXExceptionboolean isNull(java.lang.String key,
             java.lang.String orgSite)
               throws java.rmi.RemoteException,
                      MXException
key - The name of the MaxVarorgSite - java.rmi.RemoteExceptionMXExceptiondouble getDouble(java.lang.String key,
               java.lang.String orgSite)
                 throws java.rmi.RemoteException,
                        MXException
key - The name of the MaxVarorgSite - java.rmi.RemoteExceptionMXExceptionfloat getFloat(java.lang.String key,
             java.lang.String orgSite)
               throws java.rmi.RemoteException,
                      MXException
key - The name of the MaxVarorgSite - java.rmi.RemoteExceptionMXExceptionlong getLong(java.lang.String key,
           java.lang.String orgSite)
             throws java.rmi.RemoteException,
                    MXException
key - The name of the MaxVarorgSite - java.rmi.RemoteExceptionMXExceptionjava.lang.Object put(java.lang.String key,
                   java.lang.String orgSiteId,
                   java.lang.Object value)
                     throws java.rmi.RemoteException,
                            MXException
java.rmi.RemoteExceptionMXExceptionMaxVarService.put(java.lang.String, java.lang.String, java.lang.Object)java.lang.Object remove(java.lang.String key,
                      java.lang.String orgSiteId)
                        throws MXException,
                               java.rmi.RemoteException
MXExceptionjava.rmi.RemoteExceptionMaxVarService.remove(java.lang.String, java.lang.String)java.lang.String getMaxVarType(java.lang.String key)
                               throws java.rmi.RemoteException,
                                      MXException
key - MXException,RemoteExceptionjava.rmi.RemoteExceptionMXExceptionjava.lang.String getString(java.lang.String key,
                         java.lang.String org,
                         java.lang.String Site)
                           throws java.rmi.RemoteException,
                                  MXException
key - org - site - MXException,RemoteExceptionjava.rmi.RemoteExceptionMXException