Search in sources :

Example 1 with CBlongSeq

use of alma.ACS.CBlongSeq in project ACS by ACS-Community.

the class RequesterUtil method giveCBLongSequence.

/**
	 * 
	 * @param cs
	 * @param x
	 * @return
	 * @throws AcsJContainerServicesEx
	 */
public static CBlongSeq giveCBLongSequence(ContainerServicesBase cs, ResponseReceiver<Integer[]> x) throws AcsJContainerServicesEx {
    CBlongSeq ret;
    Objects.CBlongSeqImpl cb = new Objects.CBlongSeqImpl(x);
    OffShoot offshoot = cs.activateOffShoot(cb);
    ret = CBlongSeqHelper.narrow(offshoot);
    return ret;
}
Also used : OffShoot(alma.ACS.OffShoot) CBlongSeq(alma.ACS.CBlongSeq)

Aggregations

CBlongSeq (alma.ACS.CBlongSeq)1 OffShoot (alma.ACS.OffShoot)1