Field and Description |
---|
ifs.fnd.ap.ErrorType.CORBA_EX
Not applicable with the IFS Client Gateway, replaced by
COMM_EX .
Exceptions of this type origins from the middleware classes.
'Bind not succeeded' and 'Bad operation' are examples of this kind of
excpetions. The original Java exception is available via the
APException 's getRootCause() method. |
Method and Description |
---|
ifs.fnd.ap.RecordAttributeCollection.count()
use
size() instead. |
ifs.fnd.ap.APException.getCompletionStatus()
Not applicable with the client gateway. No replacement, returns
null .
Completion status of the exception. This is used only when the exception
is of type CORBA_EX. If the exception thrown isn't a CORBA_EX ,
null is returned. |
ifs.fnd.ap.CallRoute.getLbGroup()
use
getConnectionString instead.
Returns the load balance group set. |
ifs.fnd.ap.APException.getMinorCode()
Not applicable with the client gateway. No replacement, returns
0 .
Minor code of the exception. This is used only when the exception is of type
CORBA_EX. Returns an int describing the error. If the exception is not a
CORBA_EX, 0 is returned. |
ifs.fnd.ap.CallRouter.getUseDefaultLBGroup()
notion of a default group is not used as of Fndext 3.0.0.
Returns true if set to use default load balance group.
|
ifs.fnd.ap.Record.parseItem(Item)
to load a
Record from a Buffer , use
loadFromBuffer .
Parses an Item into the Record |
ifs.fnd.ap.CallRoute.setLbGroup(String)
use
setConnectionString() instead.
Sets the load balance group. |
ifs.fnd.ap.CallRouter.setUseDefaultLBGroup(boolean)
notion of a default group is not used as of Fndext 3.0.0.
Sets wheter to use the default load balance groups or not.
|