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, restart
java.lang.String[] getStringList(java.lang.String key, java.lang.String orgSite) throws MXException, java.rmi.RemoteException
key
- The name of the MaxVarorgSite
- MXException
java.rmi.RemoteException
java.lang.String getString(java.lang.String key, java.lang.String orgSite) throws java.rmi.RemoteException, MXException
key
- The name of the MaxVarorgSite
- java.rmi.RemoteException
MXException
int getInt(java.lang.String key, java.lang.String orgSite) throws java.rmi.RemoteException, MXException
key
- The name of the MaxVarorgSite
- java.rmi.RemoteException
MXException
boolean getBoolean(java.lang.String key, java.lang.String orgSite) throws java.rmi.RemoteException, MXException
key
- The name of the MaxVarorgSite
- java.rmi.RemoteException
MXException
boolean isNull(java.lang.String key, java.lang.String orgSite) throws java.rmi.RemoteException, MXException
key
- The name of the MaxVarorgSite
- java.rmi.RemoteException
MXException
double getDouble(java.lang.String key, java.lang.String orgSite) throws java.rmi.RemoteException, MXException
key
- The name of the MaxVarorgSite
- java.rmi.RemoteException
MXException
float getFloat(java.lang.String key, java.lang.String orgSite) throws java.rmi.RemoteException, MXException
key
- The name of the MaxVarorgSite
- java.rmi.RemoteException
MXException
long getLong(java.lang.String key, java.lang.String orgSite) throws java.rmi.RemoteException, MXException
key
- The name of the MaxVarorgSite
- java.rmi.RemoteException
MXException
java.lang.Object put(java.lang.String key, java.lang.String orgSiteId, java.lang.Object value) throws java.rmi.RemoteException, MXException
java.rmi.RemoteException
MXException
MaxVarService.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
MXException
java.rmi.RemoteException
MaxVarService.remove(java.lang.String, java.lang.String)
java.lang.String getMaxVarType(java.lang.String key) throws java.rmi.RemoteException, MXException
key
- MXException,RemoteException
java.rmi.RemoteException
MXException
java.lang.String getString(java.lang.String key, java.lang.String org, java.lang.String Site) throws java.rmi.RemoteException, MXException
key
- org
- site
- MXException,RemoteException
java.rmi.RemoteException
MXException