Example usage for java.lang Object subclass-usage

List of usage examples for java.lang Object subclass-usage

Introduction

In this page you can find the example usage for java.lang Object subclass-usage.

Usage

From source file ser321.jsonrpc.MediaJavaClientCommand.java

/**
 * Copyright (c) 2015 Tim Lindquist,
 * Software Engineering,
 * Arizona State University at the Polytechnic campus
 * <p/>
 * This program is free software; you can redistribute it and/or

From source file com.microsoft.tfs.core.ws.runtime.client.BufferedSOAPRequestEntity.java

/**
 * An HttpClient request entity implementation suited for SOAP request use which
 * buffers its entire request into memory so that its content length may be
 * measured. The actual request body construction is delegated to a
 * SOAPRequestEntity (@see {@link SOAPRequestEntity}).
 */

From source file ThreadPoolMain.java

public class ThreadPoolMain extends Object {

    public static Runnable makeRunnable(final String name, final long firstDelay) {

        return new Runnable() {
            public void run() {

From source file edu.asu.bscs.csiebler.calculatorrpc.CalcJavaClient.java

/**
 * Copyright (c) 2014 Tim Lindquist,
 * <p/>
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at

From source file ObjectFIFOTest.java

public class ObjectFIFOTest extends Object {

    private static void fullCheck(ObjectFIFO fifo) {
        try {
            // Sync'd to allow messages to print while
            // condition is still true.

From source file com.microsoft.tfs.core.ws.runtime.client.SOAPRequestEntity.java

/**
 * An HttpClient request entity implementation suited for SOAP request use. The
 * writing of the body of the soap request is done partially by this class and
 * is partially delegated to the SOAPRequestStreamWriter given during
 * construction.
 */

From source file ByteFIFOTest.java

public class ByteFIFOTest extends Object {
    private ByteFIFO fifo;
    private byte[] srcData;

    public ByteFIFOTest() throws IOException {
        fifo = new ByteFIFO(20);

From source file org.mule.transport.http.functional.MockHttpServer.java

public abstract class MockHttpServer extends Object implements Runnable {

    private static final long MOCK_HTTP_SERVER_TIMEOUT = 10000;

    public static final String HTTP_STATUS_LINE_OK = "HTTP/1.1 200 OK\n";

From source file com.sfs.beans.FunctionalityBean.java

/**
 * The Class FunctionalityBean.
 *
 * @author David Harrison
 */
public class FunctionalityBean extends Object implements Serializable {

From source file org.mule.util.MuleUrlStreamHandlerFactory.java

/**
 * A factory for loading URL protocol handlers. This factory is necessary to make
 * Mule work in cases where the standard approach using system properties does not
 * work, e.g. in application servers or with maven's surefire tests.
 * <p>
 * Client classes can register a subclass of {@link URLStreamHandler} for a given