HtmlToPdfSvcMBean.java
652 Bytes
/*
* Decompiled with CFR 0_118.
*
* Could not load the following classes:
* com.adobe.service.PoolingAttributes
* com.adobe.service.ServiceMBean
*/
package com.adobe.html2pdf;
import com.adobe.service.PoolingAttributes;
import com.adobe.service.ServiceMBean;
public interface HtmlToPdfSvcMBean
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);
}