PsToPdfSvcMBean.java 648 Bytes
/*
 * Decompiled with CFR 0_118.
 * 
 * Could not load the following classes:
 *  com.adobe.service.PoolingAttributes
 *  com.adobe.service.ServiceMBean
 */
package com.adobe.ps2pdf;

import com.adobe.service.PoolingAttributes;
import com.adobe.service.ServiceMBean;

public interface PsToPdfSvcMBean
extends ServiceMBean,
PoolingAttributes {
    public String about();

    public long getTotalConversions();

    public boolean getDebug();

    public void setDebug(boolean var1);

    public void setORBParams(String var1);

    public String getORBParams();

    public long getGlobalTimeout();

    public void setGlobalTimeout(long var1);
}