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

Quick Search    Search Deep

com.loihl.sqltool
Class QueryFactoryImpl  view QueryFactoryImpl download QueryFactoryImpl.java

java.lang.Object
  extended byjava.rmi.server.RemoteObject
      extended byjava.rmi.server.RemoteServer
          extended byjava.rmi.server.UnicastRemoteObject
              extended bycom.loihl.sqltool.QueryFactoryImpl
All Implemented Interfaces:
QueryFactory, java.rmi.Remote, java.io.Serializable

public class QueryFactoryImpl
extends java.rmi.server.UnicastRemoteObject
implements QueryFactory

Version:
0.5.0

Field Summary
 
Fields inherited from class java.rmi.server.UnicastRemoteObject
 
Fields inherited from class java.rmi.server.RemoteObject
ref
 
Constructor Summary
QueryFactoryImpl()
          Method: QueryFactoryImpl Description: constructor for Query class
 
Method Summary
 Query getQuery()
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.rmi.server.UnicastRemoteObject
clone, exportObject, exportObject, exportObject, unexportObject
 
Methods inherited from class java.rmi.server.RemoteServer
getClientHost, getLog, setLog
 
Methods inherited from class java.rmi.server.RemoteObject
equals, getRef, hashCode, toString, toStub
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QueryFactoryImpl

public QueryFactoryImpl()
                 throws java.rmi.RemoteException
Method: QueryFactoryImpl Description: constructor for Query class

Method Detail

getQuery

public Query getQuery()
               throws java.rmi.RemoteException
Specified by:
getQuery in interface QueryFactory

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception