List of usage examples for java.lang Object subclass-usage
From source file net.cit.tetrad.rrd.bean.ServerStatus.java
public class ServerStatus extends Object { @Id private String id; @Indexed
From source file org.pentaho.platform.plugin.action.examples.ComponentImplementationExample.java
public class ComponentImplementationExample extends Object implements IComponent { protected int loggingLevel = ILogger.UNKNOWN; public static final String LOGID_MASK1 = "{0}:{1}:{2}: "; //$NON-NLS-1$
From source file ErrorHandlerTest.java
/**
* This class is usable by AWT to handle exceptions.
* System.setProperty("sun.awt.exception.handler", "ErrorHandler"); This usage
* is documented in the source code up to 1.4Beta for
* java.awt.EventDispatchThread. This class exists in all standard
* implementations (try "javap java.awt.EventQueueDispatchThread"), but is not
From source file de.innovationgate.webgate.api.templates.BeanWrapper.java
/** * A wrapper object that takes a JavaBean storage object and serves it's data as document core. * Is used by SimpleContentSource. */ public class BeanWrapper extends Object implements WGDocumentCore {
From source file org.apache.cocoon.faces.samples.carstore.CarBean.java
/**
* <p>This bean encapsulates a car model, including pricing and package
* choices. The system allows the user to customize the properties of
* this bean with the help of the {@link CarCustomizer}.</p>
*
* <h3>Data Access</h3>
From source file PNGDecoder.java
/** * Allows to load PNG graphical file. * @author Alexandre Iline */ public class PNGDecoder extends Object {
From source file org.opencms.flex.CmsFlexCache.java
/**
* This class implements the FlexCache.<p>
*
* The data structure used is a two-level hashtable.
* This is optimized for the structure of the keys that are used to describe the
* caching behaviour of the entries.
From source file com.sun.faces.config.ManagedBeanFactory.java
/**
* This class clreates a managed bean instance. It has a contract with
* the ManagedBeanBean class which is populated from the config file.
* The bean instance is created lazily so a deep copy of the
* ManagedBeanBean is required.
* <p/>
From source file org.opencds.vmr.v1_0.mappings.mappers.NestedObjectsMapper.java
/**
* @author David Shields
*
* @date
*
*/
From source file com.nary.io.FileUtils.java
/** * Utility class to handle file manipulation. */ public class FileUtils extends Object { private static AtomicInteger counter = new AtomicInteger(new Random().nextInt() & 0xffff);