Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.ematgine.threads.services.S1005
Class user_request  view user_request download user_request.java

java.lang.Object
  extended byorg.ematgine.threads.services.S1005.user_request

class user_request
extends java.lang.Object


Field Summary
(package private)  java.util.LinkedList request
           
 
Constructor Summary
(package private) user_request()
           
 
Method Summary
 void addElement(request user_request)
          Adds a feature to the Element attribute of the user_request object
 request getElement()
          Gets the element attribute of the user_request object
static void main(java.lang.String[] args)
          The main program for the user_request class
 int size()
          Description of the Method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

request

java.util.LinkedList request
Constructor Detail

user_request

user_request()
Method Detail

main

public static void main(java.lang.String[] args)
The main program for the user_request class


size

public int size()
Description of the Method


addElement

public void addElement(request user_request)
Adds a feature to the Element attribute of the user_request object


getElement

public request getElement()
                   throws java.lang.InterruptedException
Gets the element attribute of the user_request object