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