Package org.nimbustools.api.repr

Examples of org.nimbustools.api.repr.Usage


    public UsedAndReservedTime_Type queryUsedAndReservedTime(String callerDN)
            throws ManageException, CannotTranslateException {

        final Caller caller = this.translate.getCaller(callerDN);
        final Usage usage = this.manager.getCallerUsage(caller);
        return this.translate.getUsedAndReserved(usage);
    }
View Full Code Here

TOP

Related Classes of org.nimbustools.api.repr.Usage

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.