class WebQueryMaker extends QueryMaker with TraitFilePropertyReader
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- WebQueryMaker
- TraitFilePropertyReader
- TraitCommonFilePropReader
- QueryMaker
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new WebQueryMaker(servletUrl: String = ...)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
backup: String
- Definition Classes
- TraitCommonFilePropReader
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
copyTo(fileName: String): String
- Definition Classes
- TraitCommonFilePropReader
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
fileExists: Boolean
- Attributes
- protected[utils]
- Definition Classes
- TraitCommonFilePropReader
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
fullFileName: String
- Definition Classes
- TraitCommonFilePropReader
-
def
getBackUpFile: String
- Definition Classes
- TraitCommonFilePropReader
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getReqID: String
- def getUrl(reqID: String, pid: String, reqName: String, reqData: String): String
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
initialize: Unit
- Definition Classes
- TraitCommonFilePropReader
-
def
isConnected: Boolean
- Definition Classes
- WebQueryMaker → QueryMaker
-
val
isEncrypted: Boolean
- Definition Classes
- TraitFilePropertyReader → TraitCommonFilePropReader
-
val
isInitialized: Boolean
- Definition Classes
- TraitCommonFilePropReader
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
makeQuery(pid: String, queryName: String, queryData: String): String
- Definition Classes
- WebQueryMaker → QueryMaker
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
processIS(is: InputStream): InputStream
- Definition Classes
- TraitFilePropertyReader → TraitCommonFilePropReader
-
def
processOS(os: OutputStream): OutputStream
- Definition Classes
- TraitFilePropertyReader → TraitCommonFilePropReader
-
val
propertyFile: String
- Definition Classes
- WebQueryMaker → TraitCommonFilePropReader
-
val
props: Properties
- Definition Classes
- TraitCommonFilePropReader
- val queryTimeOut: Int
-
def
read(name: String, default: Boolean): Boolean
- Attributes
- protected
- Definition Classes
- TraitCommonFilePropReader
-
def
read(name: String): String
- Attributes
- protected
- Definition Classes
- TraitCommonFilePropReader
-
def
read(name: String, default: Double): Double
- Attributes
- protected
- Definition Classes
- TraitCommonFilePropReader
-
def
read(name: String, default: Long): Long
- Attributes
- protected
- Definition Classes
- TraitCommonFilePropReader
-
def
read(name: String, default: Int): Int
- Attributes
- protected
- Definition Classes
- TraitCommonFilePropReader
-
def
read(name: String, default: String): String
- Attributes
- protected
- Definition Classes
- TraitCommonFilePropReader
-
def
read[T](name: String, default: ⇒ T, func: (String) ⇒ T): T
- Attributes
- protected
- Definition Classes
- TraitCommonFilePropReader
-
lazy val
readOnly: Boolean
- Definition Classes
- TraitCommonFilePropReader
-
final
val
readOnlyTag: String("$readOnly")
- Definition Classes
- TraitCommonFilePropReader
-
def
readOption(name: String): Option[String]
- Attributes
- protected
- Definition Classes
- TraitCommonFilePropReader
-
var
reqID: Int
The makeQuery method takes in a processor id (identifying the class that will process the request), a query name indicating the method to call and data for the method
The makeQuery method takes in a processor id (identifying the class that will process the request), a query name indicating the method to call and data for the method
This method internally does the following: encodes the information in string. sends the packet to the server (which then forwards to some object) waits for the response or TIMEOUT returns whatever it received
- val servletUrl: String
-
val
showDefaultValues: Boolean
- Definition Classes
- TraitFilePropertyReader → TraitCommonFilePropReader
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- TraitCommonFilePropReader → AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
write(name: String, value: String, comment: String, backupFile: Boolean): String
- Definition Classes
- TraitCommonFilePropReader