|
SmartFrog 3.10.000 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.smartfrog.sfcore.reference.RemoteReferenceResolverHelperImpl
public abstract class RemoteReferenceResolverHelperImpl
| Constructor Summary | |
|---|---|
protected |
RemoteReferenceResolverHelperImpl()
|
| Method Summary | |
|---|---|
abstract Reference |
sfCompleteNameSafe()
Returns the complete name for this component from the root of the application and does not throw any exception. |
abstract java.lang.Object |
sfResolve(Reference r)
Resolves a given reference. |
java.lang.Object |
sfResolve(Reference reference,
boolean mandatory)
Resolves given reference and gets a java Object. |
boolean |
sfResolve(Reference reference,
boolean defaultValue,
boolean mandatory)
Resolves given reference and gets a boolean. |
ComponentDescription |
sfResolve(Reference reference,
ComponentDescription defaultValue,
boolean mandatory)
Resolves given reference and gets a SmartFrog ComponentDescription. |
Compound |
sfResolve(Reference reference,
Compound defaultValue,
boolean mandatory)
Resolves given reference and gets a SmartFrog Compound. |
double |
sfResolve(Reference reference,
double defaultValue,
boolean mandatory)
Resolves given reference and gets an double. |
double |
sfResolve(Reference reference,
double defaultValue,
java.lang.Double minValue,
java.lang.Double maxValue,
boolean mandatory)
Resolves given reference and gets an double. |
java.io.File |
sfResolve(Reference reference,
java.io.File defaultValue,
boolean mandatory)
Resolves given reference. |
float |
sfResolve(Reference reference,
float defaultValue,
boolean mandatory)
Resolves given reference and gets an float. |
float |
sfResolve(Reference reference,
float defaultValue,
java.lang.Float minValue,
java.lang.Float maxValue,
boolean mandatory)
Resolves given reference and gets an float. |
java.net.InetAddress |
sfResolve(Reference reference,
java.net.InetAddress defaultValue,
boolean mandatory)
Resolves given reference and gets a java.net.InetAddress. |
abstract java.lang.Object |
sfResolve(Reference r,
int index)
Resolves given reference starting at given index. |
int |
sfResolve(Reference reference,
int defaultValue,
boolean mandatory)
Resolves given reference and gets an int. |
int |
sfResolve(Reference reference,
int defaultValue,
java.lang.Integer minValue,
java.lang.Integer maxValue,
boolean mandatory)
Resolves given reference and gets an int. |
long |
sfResolve(Reference reference,
long defaultValue,
boolean mandatory)
Resolves given reference and gets an long. |
long |
sfResolve(Reference reference,
long defaultValue,
java.lang.Long minValue,
java.lang.Long maxValue,
boolean mandatory)
Resolves given reference and gets an long. |
java.lang.Object |
sfResolve(Reference reference,
java.lang.Object defaultValue,
boolean mandatory)
Resolves given reference and gets a java Object. |
Prim |
sfResolve(Reference reference,
Prim defaultValue,
boolean mandatory)
Resolves given reference and gets a SmartFrog Prim. |
Reference |
sfResolve(Reference reference,
Reference defaultValue,
boolean mandatory)
Resolves given reference and gets a SmartFrog Reference. |
java.lang.String[] |
sfResolve(Reference reference,
java.lang.String[] defaultValue,
boolean mandatory)
Resolves given reference and gets a String[]. |
java.lang.String |
sfResolve(Reference reference,
java.lang.String defaultValue,
boolean mandatory)
Resolves given reference. |
java.net.URL |
sfResolve(Reference reference,
java.net.URL defaultValue,
boolean mandatory)
Resolves given reference and gets a java.net.URL. |
java.util.Vector |
sfResolve(Reference reference,
java.util.Vector defaultValue,
boolean mandatory)
Resolves given reference and gets a Vector. |
java.lang.Object |
sfResolve(java.lang.String referencePart)
Resolves a referencePart given a string. |
java.lang.Object |
sfResolve(java.lang.String referencePart,
boolean mandatory)
Resolves a referencePart given a string and gets a java Object. |
boolean |
sfResolve(java.lang.String referencePart,
boolean defaultValue,
boolean mandatory)
Resolves a referencePart given a string and gets a boolean. |
ComponentDescription |
sfResolve(java.lang.String referencePart,
ComponentDescription defaultValue,
boolean mandatory)
Resolves a referencePart given a string and gets a SmartFrog ComponentDescription. |
Compound |
sfResolve(java.lang.String referencePart,
Compound defaultValue,
boolean mandatory)
Resolves a referencePart given a string and gets a SmartFrog Compound. |
double |
sfResolve(java.lang.String referencePart,
double defaultValue,
boolean mandatory)
Resolves a referencePart given a string and gets a double. |
double |
sfResolve(java.lang.String referencePart,
double defaultValue,
java.lang.Double minValue,
java.lang.Double maxValue,
boolean mandatory)
Resolves a referencePart given a string and gets a double. |
java.io.File |
sfResolve(java.lang.String referencePart,
java.io.File defaultValue,
boolean mandatory)
Resolves a referencePart given a String and gets a File. |
float |
sfResolve(java.lang.String referencePart,
float defaultValue,
boolean mandatory)
Resolves a referencePart given a string and gets a float. |
float |
sfResolve(java.lang.String referencePart,
float defaultValue,
java.lang.Float minValue,
java.lang.Float maxValue,
boolean mandatory)
Resolves a referencePart given a string and gets a float. |
java.net.InetAddress |
sfResolve(java.lang.String referencePart,
java.net.InetAddress defaultValue,
boolean mandatory)
Resolves a referencePart given a string and gets a SmartFrog Reference. |
int |
sfResolve(java.lang.String referencePart,
int defaultValue,
boolean mandatory)
Resolves a referencePart given a string and gets a int. |
int |
sfResolve(java.lang.String referencePart,
int defaultValue,
java.lang.Integer minValue,
java.lang.Integer maxValue,
boolean mandatory)
Resolves a referencePart given a string and gets a int. |
long |
sfResolve(java.lang.String referencePart,
long defaultValue,
boolean mandatory)
Resolves a referencePart given a string and gets a long. |
long |
sfResolve(java.lang.String referencePart,
long defaultValue,
java.lang.Long minValue,
java.lang.Long maxValue,
boolean mandatory)
Resolves a referencePart given a string and gets a long. |
java.lang.Object |
sfResolve(java.lang.String referencePart,
java.lang.Object defaultValue,
boolean mandatory)
Resolves a referencePart given a string and gets a java Object. |
Prim |
sfResolve(java.lang.String referencePart,
Prim defaultValue,
boolean mandatory)
Resolves a referencePart given a string and gets a SmartFrog Prim. |
Reference |
sfResolve(java.lang.String referencePart,
Reference defaultValue,
boolean mandatory)
Resolves a referencePart given a string and gets a SmartFrog Reference. |
java.lang.String[] |
sfResolve(java.lang.String referencePart,
java.lang.String[] defaultValue,
boolean mandatory)
Resolves a referencePart given a string and gets a String[]. |
java.lang.String |
sfResolve(java.lang.String referencePart,
java.lang.String defaultValue,
boolean mandatory)
Resolves a referencePart given a string and gets a String. |
java.net.URL |
sfResolve(java.lang.String referencePart,
java.net.URL defaultValue,
boolean mandatory)
Resolves a referencePart given a string and gets a SmartFrog Reference. |
java.util.Vector |
sfResolve(java.lang.String referencePart,
java.util.Vector defaultValue,
boolean mandatory)
Resolves a referencePart given a string and gets a Vector. |
java.lang.Object |
sfResolveWithParser(java.lang.String reference)
Resolves a reference given a string. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected RemoteReferenceResolverHelperImpl()
| Method Detail |
|---|
public abstract Reference sfCompleteNameSafe()
public abstract java.lang.Object sfResolve(Reference r)
throws SmartFrogResolutionException,
java.rmi.RemoteException
r - reference to resolve
SmartFrogResolutionException - occurred while resolving
java.rmi.RemoteException - In case of network/rmi error
public abstract java.lang.Object sfResolve(Reference r,
int index)
throws SmartFrogResolutionException,
java.rmi.RemoteException
r - reference to resolveindex - index in reference to start resolving
SmartFrogResolutionException - error occurred while resolving
java.rmi.RemoteException - In case of network/rmi error
public java.lang.Object sfResolve(java.lang.String referencePart)
throws SmartFrogResolutionException,
java.rmi.RemoteException
referencePart - stringified reference
SmartFrogResolutionException - illegal reference or reference
not resolvable
java.rmi.RemoteException - In case of network/rmi error
public java.lang.Object sfResolveWithParser(java.lang.String reference)
throws SmartFrogResolutionException,
java.rmi.RemoteException
reference - string field reference
SmartFrogResolutionException - illegal reference or reference
not resolvable
java.rmi.RemoteException - In case of network/rmi error
public java.lang.Object sfResolve(Reference reference,
boolean mandatory)
throws SmartFrogResolutionException,
java.rmi.RemoteException
reference - referencemandatory - boolean that indicates if this attribute must be
present in the description. If it is mandatory and not found it
triggers a SmartFrogResolutionException
SmartFrogResolutionException - illegal reference or reference
not resolvable
java.rmi.RemoteException - In case of network/rmi error
public java.lang.Object sfResolve(java.lang.String referencePart,
boolean mandatory)
throws SmartFrogResolutionException,
java.rmi.RemoteException
referencePart - string field referencemandatory - boolean that indicates if this attribute must be
present in the description. If it is mandatory and not found it
triggers a SmartFrogResolutionException
SmartFrogResolutionException - illegal reference or reference
not resolvable
java.rmi.RemoteException - In case of network/rmi error
public boolean sfResolve(Reference reference,
boolean defaultValue,
boolean mandatory)
throws SmartFrogResolutionException,
java.rmi.RemoteException
reference - referencedefaultValue - boolean default value that is returned when
reference is not found and it is not mandatorymandatory - boolean that indicates if this attribute must be
present in the description. If it is mandatory and not found it
triggers a ResolutionException
SmartFrogResolutionException - illegal reference or reference
not resolvable
java.rmi.RemoteException - In case of network/rmi error
public int sfResolve(Reference reference,
int defaultValue,
boolean mandatory)
throws SmartFrogResolutionException,
java.rmi.RemoteException
reference - referencedefaultValue - int default value that is returned when reference is
not found and it is not mandatorymandatory - boolean that indicates if this attribute must be
present in the description. If it is mandatory and not found it
triggers a SmartFrogResolutionException
SmartFrogResolutionException - illegal reference or reference
not resolvable
java.rmi.RemoteException - In case of network/rmi error
public int sfResolve(Reference reference,
int defaultValue,
java.lang.Integer minValue,
java.lang.Integer maxValue,
boolean mandatory)
throws SmartFrogResolutionException,
java.rmi.RemoteException
reference - referencedefaultValue - int default value that is returned when reference is
not found and it is not mandatorymandatory - boolean that indicates if this attribute must be
present in the description. If it is mandatory and not found it
triggers a SmartFrogResolutionExceptionminValue - allowed (included)maxValue - allowed (included)
SmartFrogResolutionException - illegal reference or reference
not resolvable or resolved value < minValue or > maxValue
java.rmi.RemoteException - In case of network/rmi error
public long sfResolve(Reference reference,
long defaultValue,
boolean mandatory)
throws SmartFrogResolutionException,
java.rmi.RemoteException
reference - referencedefaultValue - long default value that is returned when reference
is not found and it is not mandatorymandatory - boolean that indicates if this attribute must be
present in the description. If it is mandatory and not found it
triggers a SmartFrogResolutionException
SmartFrogResolutionException - illegal reference or reference
not resolvable
java.rmi.RemoteException - In case of network/rmi error
public long sfResolve(Reference reference,
long defaultValue,
java.lang.Long minValue,
java.lang.Long maxValue,
boolean mandatory)
throws SmartFrogResolutionException,
java.rmi.RemoteException
reference - referencedefaultValue - long default value that is returned when reference
is not found and it is not mandatorymandatory - boolean that indicates if this attribute must be
present in the description. If it is mandatory and not found it
triggers a SmartFrogResolutionExceptionminValue - allowed (included)maxValue - allowed (included)
SmartFrogResolutionException - illegal reference or reference
not resolvable or resolved value < minValue or > maxValue
java.rmi.RemoteException - In case of network/rmi error
public float sfResolve(Reference reference,
float defaultValue,
boolean mandatory)
throws SmartFrogResolutionException,
java.rmi.RemoteException
reference - referencedefaultValue - float default value that is returned when reference
is not found and it is not mandatorymandatory - boolean that indicates if this attribute must be
present in the description. If it is mandatory and not found it
triggers a SmartFrogResolutionException
SmartFrogResolutionException - illegal reference or reference
not resolvable
java.rmi.RemoteException - In case of network/rmi error
public float sfResolve(Reference reference,
float defaultValue,
java.lang.Float minValue,
java.lang.Float maxValue,
boolean mandatory)
throws SmartFrogResolutionException,
java.rmi.RemoteException
reference - referencedefaultValue - float default value that is returned when reference
is not found and it is not mandatorymandatory - boolean that indicates if this attribute must be
present in the description. If it is mandatory and not found it
triggers a SmartFrogResolutionExceptionminValue - allowed (included)maxValue - allowed (included)
SmartFrogResolutionException - illegal reference or reference
not resolvable or resolved value < minValue or > maxValue
java.rmi.RemoteException - In case of network/rmi error
public double sfResolve(Reference reference,
double defaultValue,
boolean mandatory)
throws SmartFrogResolutionException,
java.rmi.RemoteException
reference - referencedefaultValue - double default value that is returned when reference
is not found and it is not mandatorymandatory - boolean that indicates if this attribute must be
present in the description. If it is mandatory and not found it
triggers a SmartFrogResolutionException
SmartFrogResolutionException - illegal reference or reference
not resolvable
java.rmi.RemoteException - In case of network/rmi error
public double sfResolve(Reference reference,
double defaultValue,
java.lang.Double minValue,
java.lang.Double maxValue,
boolean mandatory)
throws SmartFrogResolutionException,
java.rmi.RemoteException
reference - referencedefaultValue - double default value that is returned when reference
is not found and it is not mandatorymandatory - boolean that indicates if this attribute must be
present in the description. If it is mandatory and not found it
triggers a SmartFrogResolutionExceptionminValue - allowed (included)maxValue - allowed (included)
SmartFrogResolutionException - illegal reference or reference
not resolvable or resolved value < minValue or > maxValue
java.rmi.RemoteException - In case of network/rmi error
public java.lang.String sfResolve(Reference reference,
java.lang.String defaultValue,
boolean mandatory)
throws SmartFrogResolutionException,
java.rmi.RemoteException
reference - referencedefaultValue - String default value that is returned when reference
is not found and it is not mandatorymandatory - boolean that indicates if this attribute must be
present in the description. If it is mandatory and not found it
triggers a SmartFrogResolutionException
SmartFrogResolutionException - illegal reference or reference
not resolvable
java.rmi.RemoteException - In case of network/rmi error
public java.util.Vector sfResolve(Reference reference,
java.util.Vector defaultValue,
boolean mandatory)
throws SmartFrogResolutionException,
java.rmi.RemoteException
reference - referencedefaultValue - Vector default value that is returned when reference
is not found and it is not mandatorymandatory - boolean that indicates if this attribute must be
present in the description. If it is mandatory and not found it
triggers a SmartFrogResolutionException
SmartFrogResolutionException - illegal reference or reference
not resolvable
java.rmi.RemoteException - In case of network/rmi error
public java.lang.String[] sfResolve(Reference reference,
java.lang.String[] defaultValue,
boolean mandatory)
throws SmartFrogResolutionException,
java.rmi.RemoteException
reference - referencedefaultValue - String[] default value that is returned when
reference is not found and it is not mandatorymandatory - boolean that indicates if this attribute must be
present in the description. If it is mandatory and not found it
triggers a SmartFrogResolutionException
SmartFrogResolutionException - illegal reference or reference
not resolvable
java.rmi.RemoteException - In case of network/rmi error
public java.io.File sfResolve(Reference reference,
java.io.File defaultValue,
boolean mandatory)
throws SmartFrogResolutionException,
java.rmi.RemoteException
reference - referencedefaultValue - File default value that is returned when reference
is not found and it is not mandatorymandatory - boolean that indicates if this attribute must be
present in the description. If it is mandatory and not found it
triggers a SmartFrogResolutionException
SmartFrogResolutionException - illegal reference or reference
not resolvable
java.rmi.RemoteException - In case of network/rmi error
public ComponentDescription sfResolve(Reference reference,
ComponentDescription defaultValue,
boolean mandatory)
throws SmartFrogResolutionException,
java.rmi.RemoteException
reference - referencedefaultValue - SmartFrog ComponentDescription default value that is
returned when reference is not found and it is not mandatorymandatory - boolean that indicates if this attribute must be
present in the description. If it is mandatory and not found it
triggers a SmartFrogResolutionException
SmartFrogResolutionException - illegal reference or reference
not resolvable
java.rmi.RemoteException - In case of network/rmi error
public Reference sfResolve(Reference reference,
Reference defaultValue,
boolean mandatory)
throws SmartFrogResolutionException,
java.rmi.RemoteException
reference - referencedefaultValue - SmartFrog Reference default value that is returned
when reference is not found and it is not mandatorymandatory - boolean that indicates if this attribute must be
present in the description. If it is mandatory and not found it
triggers a SmartFrogResolutionException
SmartFrogResolutionException - illegal reference or reference
not resolvable
java.rmi.RemoteException - In case of network/rmi error
public Prim sfResolve(Reference reference,
Prim defaultValue,
boolean mandatory)
throws SmartFrogResolutionException,
java.rmi.RemoteException
reference - referencedefaultValue - SmartFrog Prim default value that is returned
when reference is not found and it is not mandatorymandatory - boolean that indicates if this attribute must be
present in the description. If it is mandatory and not found it
triggers a SmartFrogResolutionException
SmartFrogResolutionException - illegal reference or reference
not resolvable
java.rmi.RemoteException - In case of network/rmi error
public Compound sfResolve(Reference reference,
Compound defaultValue,
boolean mandatory)
throws SmartFrogResolutionException,
java.rmi.RemoteException
reference - referencedefaultValue - SmartFrog Compound default value that is returned
when reference is not found and it is not mandatorymandatory - boolean that indicates if this attribute must be
present in the description. If it is mandatory and not found it
triggers a SmartFrogResolutionException
SmartFrogResolutionException - illegal reference or reference
not resolvable
java.rmi.RemoteException - In case of network/rmi error
public java.net.InetAddress sfResolve(Reference reference,
java.net.InetAddress defaultValue,
boolean mandatory)
throws SmartFrogResolutionException,
java.rmi.RemoteException
reference - referencedefaultValue - java.net.InetAddress default value that is returned
when reference is not found and it is not mandatorymandatory - boolean that indicates if this attribute must be
present in the description. If it is mandatory and not found it
triggers a SmartFrogResolutionException
SmartFrogResolutionException - illegal reference or reference
not resolvable
java.rmi.RemoteException - In case of network/rmi error
public java.net.URL sfResolve(Reference reference,
java.net.URL defaultValue,
boolean mandatory)
throws SmartFrogResolutionException,
java.rmi.RemoteException
reference - referencedefaultValue - java.net.URL default value that is returned
when reference is not found and it is not mandatorymandatory - boolean that indicates if this attribute must be
present in the description. If it is mandatory and not found it
triggers a SmartFrogResolutionException
SmartFrogResolutionException - illegal reference or reference
not resolvable
java.rmi.RemoteException - In case of network/rmi error
public java.lang.Object sfResolve(Reference reference,
java.lang.Object defaultValue,
boolean mandatory)
throws SmartFrogResolutionException,
java.rmi.RemoteException
reference - referencedefaultValue - java Object default value that is returned
when reference is not found and it is not mandatorymandatory - boolean that indicates if this attribute must be
present in the description. If it is mandatory and not found it
triggers a SmartFrogResolutionException
SmartFrogResolutionException - illegal reference or reference
not resolvable
java.rmi.RemoteException - In case of network/rmi error
public boolean sfResolve(java.lang.String referencePart,
boolean defaultValue,
boolean mandatory)
throws SmartFrogResolutionException,
java.rmi.RemoteException
referencePart - string field referencedefaultValue - boolean default value that is returned when
reference is not found and it is not mandatorymandatory - boolean that indicates if this attribute must be
present in the description. If it is mandatory and not found it
triggers a SmartFrogResolutionException
SmartFrogResolutionException - illegal reference or reference
not resolvable
java.rmi.RemoteException - In case of network/rmi error
public int sfResolve(java.lang.String referencePart,
int defaultValue,
boolean mandatory)
throws SmartFrogResolutionException,
java.rmi.RemoteException
referencePart - string field referencedefaultValue - int default value that is returned when reference is
not found and it is not mandatorymandatory - boolean that indicates if this attribute must be
present in the description. If it is mandatory and not found it
triggers a SmartFrogResolutionException
SmartFrogResolutionException - illegal reference or reference
not resolvable
java.rmi.RemoteException - In case of network/rmi error
public int sfResolve(java.lang.String referencePart,
int defaultValue,
java.lang.Integer minValue,
java.lang.Integer maxValue,
boolean mandatory)
throws SmartFrogResolutionException,
java.rmi.RemoteException
referencePart - string field referencedefaultValue - int default value that is returned when reference is
not found and it is not mandatorymandatory - boolean that indicates if this attribute must be
present in the description. If it is mandatory and not found it
triggers a SmartFrogResolutionExceptionminValue - allowed (included)maxValue - allowed (included)
SmartFrogResolutionException - illegal reference or reference
not resolvable or resolved value < minValue or > maxValue
java.rmi.RemoteException - In case of network/rmi error
public long sfResolve(java.lang.String referencePart,
long defaultValue,
boolean mandatory)
throws SmartFrogResolutionException,
java.rmi.RemoteException
referencePart - string field referencedefaultValue - long default value that is returned when reference
is not found and it is not mandatorymandatory - boolean that indicates if this attribute must be
present in the description. If it is mandatory and not found it
triggers a SmartFrogResolutionException
SmartFrogResolutionException - illegal reference or reference
not resolvable
java.rmi.RemoteException - In case of network/rmi error
public long sfResolve(java.lang.String referencePart,
long defaultValue,
java.lang.Long minValue,
java.lang.Long maxValue,
boolean mandatory)
throws SmartFrogResolutionException,
java.rmi.RemoteException
referencePart - string field referencedefaultValue - long default value that is returned when reference
is not found and it is not mandatorymandatory - boolean that indicates if this attribute must be
present in the description. If it is mandatory and not found it
triggers a SmartFrogResolutionExceptionminValue - allowed (included)maxValue - allowed (included)
SmartFrogResolutionException - illegal reference or reference
not resolvable or resolved value < minValue or > maxValue
java.rmi.RemoteException - In case of network/rmi error
public float sfResolve(java.lang.String referencePart,
float defaultValue,
boolean mandatory)
throws SmartFrogResolutionException,
java.rmi.RemoteException
referencePart - string field referencedefaultValue - float default value that is returned when reference is
not found and it is not mandatorymandatory - boolean that indicates if this attribute must be
present in the description. If it is mandatory and not found it
triggers a SmartFrogResolutionException
SmartFrogResolutionException - illegal reference or reference
not resolvable
java.rmi.RemoteException - In case of network/rmi error
public float sfResolve(java.lang.String referencePart,
float defaultValue,
java.lang.Float minValue,
java.lang.Float maxValue,
boolean mandatory)
throws SmartFrogResolutionException,
java.rmi.RemoteException
referencePart - string field referencedefaultValue - float default value that is returned when reference is
not found and it is not mandatorymandatory - boolean that indicates if this attribute must be
present in the description. If it is mandatory and not found it
triggers a SmartFrogResolutionExceptionminValue - allowed (included)maxValue - allowed (included)
SmartFrogResolutionException - illegal reference or reference
not resolvable or resolved value < minValue or > maxValue
java.rmi.RemoteException - In case of network/rmi error
public double sfResolve(java.lang.String referencePart,
double defaultValue,
boolean mandatory)
throws SmartFrogResolutionException,
java.rmi.RemoteException
referencePart - string field referencedefaultValue - double default value that is returned when reference
is not found and it is not mandatorymandatory - boolean that indicates if this attribute must be
present in the description. If it is mandatory and not found it
triggers a SmartFrogResolutionException
SmartFrogResolutionException - illegal reference or reference
not resolvable
java.rmi.RemoteException - In case of network/rmi error
public double sfResolve(java.lang.String referencePart,
double defaultValue,
java.lang.Double minValue,
java.lang.Double maxValue,
boolean mandatory)
throws SmartFrogResolutionException,
java.rmi.RemoteException
referencePart - string field referencedefaultValue - double default value that is returned when reference
is not found and it is not mandatorymandatory - boolean that indicates if this attribute must be
present in the description. If it is mandatory and not found it
triggers a SmartFrogResolutionExceptionminValue - allowed (included)maxValue - allowed (included)
SmartFrogResolutionException - illegal reference or reference
not resolvable or resolved value < minValue or > maxValue
java.rmi.RemoteException - In case of network/rmi error
public java.lang.String sfResolve(java.lang.String referencePart,
java.lang.String defaultValue,
boolean mandatory)
throws SmartFrogResolutionException,
java.rmi.RemoteException
referencePart - string field referencedefaultValue - String default value that is returned when reference
is not found and it is not mandatorymandatory - boolean that indicates if this attribute must be
present in the description. If it is mandatory and not found it
triggers a SmartFrogResolutionException
SmartFrogResolutionException - illegal reference or reference
not resolvable
java.rmi.RemoteException - In case of network/rmi error
public java.util.Vector sfResolve(java.lang.String referencePart,
java.util.Vector defaultValue,
boolean mandatory)
throws SmartFrogResolutionException,
java.rmi.RemoteException
referencePart - string field referencedefaultValue - Vector default value that is returned when reference
is not found and it is not mandatorymandatory - boolean that indicates if this attribute must be
present in the description. If it is mandatory and not found it
triggers a SmartFrogResolutionException
SmartFrogResolutionException - illegal reference or reference
not resolvable
java.rmi.RemoteException - In case of network/rmi error
public java.lang.String[] sfResolve(java.lang.String referencePart,
java.lang.String[] defaultValue,
boolean mandatory)
throws SmartFrogResolutionException,
java.rmi.RemoteException
referencePart - string field referencedefaultValue - String[] default value that is returned when
reference is not found and it is not mandatorymandatory - boolean that indicates if this attribute must be
present in the description. If it is mandatory and not found it
triggers a SmartFrogResolutionException
SmartFrogResolutionException - illegal reference or reference
not resolvable
java.rmi.RemoteException - In case of network/rmi error
public java.io.File sfResolve(java.lang.String referencePart,
java.io.File defaultValue,
boolean mandatory)
throws SmartFrogResolutionException,
java.rmi.RemoteException
referencePart - string field referencedefaultValue - File default value that is returned when reference
is not found and it is not mandatorymandatory - boolean that indicates if this attribute must be
present in the description. If it is mandatory and not found it
triggers a SmartFrogResolutionException
SmartFrogResolutionException - illegal reference or reference
not resolvable
java.rmi.RemoteException - In case of network/rmi error
public ComponentDescription sfResolve(java.lang.String referencePart,
ComponentDescription defaultValue,
boolean mandatory)
throws SmartFrogResolutionException,
java.rmi.RemoteException
referencePart - string field referencedefaultValue - SmartFrog ComponentDescription default value that is
returned when reference is not found and it is not mandatorymandatory - boolean that indicates if this attribute must be
present in the description. If it is mandatory and not found it
triggers a SmartFrogResolutionException
SmartFrogResolutionException - illegal reference or reference
not resolvable
java.rmi.RemoteException - In case of network/rmi error
public Reference sfResolve(java.lang.String referencePart,
Reference defaultValue,
boolean mandatory)
throws SmartFrogResolutionException,
java.rmi.RemoteException
referencePart - string field referencedefaultValue - SmartFrog Reference default value that is returned
when reference is not found and it is not mandatorymandatory - boolean that indicates if this attribute must be
present in the description. If it is mandatory and not found it
triggers a SmartFrogResolutionException
SmartFrogResolutionException - illegal reference or reference
not resolvable
java.rmi.RemoteException - In case of network/rmi error
public Prim sfResolve(java.lang.String referencePart,
Prim defaultValue,
boolean mandatory)
throws SmartFrogResolutionException,
java.rmi.RemoteException
referencePart - string field referencedefaultValue - SmartFrog Prim default value that is returned
when reference is not found and it is not mandatorymandatory - boolean that indicates if this attribute must be
present in the description. If it is mandatory and not found it
triggers a SmartFrogResolutionException
SmartFrogResolutionException - illegal reference or reference
not resolvable
java.rmi.RemoteException - In case of network/rmi error
public Compound sfResolve(java.lang.String referencePart,
Compound defaultValue,
boolean mandatory)
throws SmartFrogResolutionException,
java.rmi.RemoteException
referencePart - string field referencedefaultValue - SmartFrog Compound default value that is returned
when reference is not found and it is not mandatorymandatory - boolean that indicates if this attribute must be
present in the description. If it is mandatory and not found it
triggers a SmartFrogResolutionException
SmartFrogResolutionException - illegal reference or reference
not resolvable
java.rmi.RemoteException - In case of network/rmi error
public java.net.InetAddress sfResolve(java.lang.String referencePart,
java.net.InetAddress defaultValue,
boolean mandatory)
throws SmartFrogResolutionException,
java.rmi.RemoteException
referencePart - string field referencedefaultValue - java.net.InetAddress default value that is returned
when reference is not found and it is not mandatorymandatory - boolean that indicates if this attribute must be
present in the description. If it is mandatory and not found it
triggers a SmartFrogResolutionException
SmartFrogResolutionException - illegal reference or reference
not resolvable
java.rmi.RemoteException - In case of network/rmi error
public java.net.URL sfResolve(java.lang.String referencePart,
java.net.URL defaultValue,
boolean mandatory)
throws SmartFrogResolutionException,
java.rmi.RemoteException
referencePart - string field referencedefaultValue - java.net.URL default value that is returned
when reference is not found and it is not mandatorymandatory - boolean that indicates if this attribute must be
present in the description. If it is mandatory and not found it
triggers a SmartFrogResolutionException
SmartFrogResolutionException - illegal reference or reference
not resolvable
java.rmi.RemoteException - In case of network/rmi error
public java.lang.Object sfResolve(java.lang.String referencePart,
java.lang.Object defaultValue,
boolean mandatory)
throws SmartFrogResolutionException,
java.rmi.RemoteException
referencePart - string field referencedefaultValue - java Object default value that is returned
when reference is not found and it is not mandatorymandatory - boolean that indicates if this attribute must be
present in the description. If it is mandatory and not found it
triggers a SmartFrogResolutionException
SmartFrogResolutionException - illegal reference or reference
not resolvable
java.rmi.RemoteException - In case of network/rmi error
|
SmartFrog CORE 3.10.000 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||