package conductor.WFAccessServiceObj;
import java.io.Serializable;
import Framework.Array_Of_TextData;
import Framework.RuntimeProperties;
import Framework.TextData;
import Framework.UsageException;
import Framework.remoting.parameters.Input;
/**
* ObjectWrapper<p>
* <p>
* <b>This class was generated from the library WFAccessServiceObj and needs to be replaced by the
* proper source code from the library. It has been generated only to remove compile-time errors and
* is non-functional. </b>
* <p>
* @author Generated from Forte
* @since 05-Jul-2008
*/
@RuntimeProperties(isDistributed=true, isAnchored=true, isShared=false, isTransactional=false)
@SuppressWarnings("serial")
public class ObjectWrapper
implements Serializable
{
// ---------
// Constants
// ---------
public static final String OBJECT_NS_LOCATION = "/WFUserAccessObj/";
// ----------
// Attributes
// ----------
private Object reference;
// ------------
// Constructors
// ------------
public ObjectWrapper() {
// Explicitly call the superclass constructor to prevent the implicit call
super();
this.reference = null;
}
// ----------------------
// Accessors and Mutators
// ----------------------
public void setReference(Object reference) {
this.reference = reference;
}
public Object getReference() {
return this.reference;
}
// -------
// Methods
// -------
/**
* findObject<p>
* <p>
* @param name Type: String
* @return Object
*/
public Object findObject(@Input String name) {
throw new UsageException("This is a stub method only from a Forte library, please implement the library");
}
/**
* registerWrapperObj<p>
* <p>
* @param name Type: String
* @param serviceObj Type: Object
*/
public void registerWrapperObj(@Input String name, @Input Object serviceObj) {
throw new UsageException("This is a stub method only from a Forte library, please implement the library");
}
/**
* reTry<p>
* <p>
* @param servicePath Type: TextData
* @param dirs Type: Array_Of_TextData<TextData>
* @param currentOne Type: int
* @return ObjectWrapper
*/
public ObjectWrapper reTry(@Input TextData servicePath, @Input Array_Of_TextData<TextData> dirs, @Input int currentOne) {
throw new UsageException("This is a stub method only from a Forte library, please implement the library");
}
} // end class ObjectWrapper
// c Pass 2 Conversion Time: 156 milliseconds