Serialized Form
handler
java.lang.Object handler
handler
java.lang.Object handler
tunnel
Tunnel tunnel
- Tunnel object that is embedded in each instance of generated stub
classLoaders
java.util.Hashtable classLoaders
service
javax.xml.rpc.Service service
factory
IServiceFactory factory
hashtable
java.util.Hashtable hashtable
sessionHash
java.util.Hashtable sessionHash
objects
java.lang.Object[] objects
trace
java.lang.String trace
serverUrlStr
java.lang.String serverUrlStr
- The URL String of Tunnel server
version
java.lang.String version
timeout
long timeout
- The helper method for invoking method on instance of Tunneling object on Tunneling server
objectId
long objectId
- Keeps unique ID of remote object for remote passing
sessionId
long sessionId
requestId
int requestId
- Keeps unique ID of each request for remote passing
requestType
int requestType
isDirect
boolean isDirect
isOneWay
boolean isOneWay
methodName
java.lang.String methodName
className
java.lang.String className
- The class name of remote object.
The class has to be present on proxy and be public. Used for marshalling
interfaceNames
java.lang.String[] interfaceNames
- The remote interface name of remote object.
The interface has to be present on both proxy and client and be public.
Used for marshalling
isDynamicProxy
boolean isDynamicProxy
- key to recognize result data
data
java.lang.Object data
- actual data that are either parameters or result
serverUrlStr
java.lang.String serverUrlStr
exception
java.lang.Throwable exception
isRequest
boolean isRequest
sessionId
long sessionId
- The Session Id
tunnel
Tunnel tunnel
- Tunnel object that implements communication
interfaceNames
java.lang.String[] interfaceNames
- The name of remote interface for which methods are delegated to the handler
objectId
long objectId
- The Object Id for which handler is created
objectClassName
java.lang.String objectClassName
checkForCallbacks
boolean checkForCallbacks
type
java.lang.Class type
- Wraper for primitiveType
primitiveType
java.lang.Class primitiveType
- primitive type
unwraper
java.lang.reflect.Method unwraper
- reflection method for recreation of original value of primitive type
defaultValue
java.lang.Object defaultValue
- default value
Package com.jproxy.proxy.servlet |
Package com.jproxy.proxy.callback |
server
CallbackServer server
- CallbackServer remote object
serverTunnel
Tunnel serverTunnel
serverObjectId
long serverObjectId
doResult
boolean doResult
oneWay
boolean oneWay
pollingDelay
int pollingDelay
- The time interval, in mills, between pollings
tempTime
int tempTime
server
CallbackServer server
- The ClassServer proxy that keeps all callback requests
serverUrlStr
java.lang.String serverUrlStr
- The URL String of Tunneling server
invocator
Invocator invocator
- Invocator instance that performs requests.
exceptionListener
java.lang.Object exceptionListener
concurrentCallbacks
boolean concurrentCallbacks
results
java.util.Vector results
exceptionCounter
long exceptionCounter
- Forces the thread to perform polling immediently.
The method is used when client-side HTTP server got a polling request.
id
int id
- ThreadSupport implementation
Performs popAll on the CallbackServer object every pollingTime.
callbackCount
int callbackCount
Package com.jproxy.proxy.stubgen |
Package com.jproxy.proxy.server |
Package com.jproxy.proxy.providers |
serviceFactory
javax.xml.rpc.ServiceFactory serviceFactory
Package com.jproxy.samples.ejb.test |
properties
java.util.Properties properties
- The properties of the session
context
javax.ejb.SessionContext context
- SessionContext of the instance
message
java.awt.TextArea message
serverUrl
java.awt.TextField serverUrl
numberOfThreads
java.awt.TextField numberOfThreads
numberOfLoops
java.awt.TextField numberOfLoops
numberOfBytes
java.awt.TextField numberOfBytes
remUrl
java.awt.Label remUrl
mode
java.awt.Choice mode
out
java.io.PrintStream out
buf
byte[] buf
mContext
javax.ejb.MessageDrivenContext mContext
context
javax.naming.Context context
connectionFactory
javax.jms.TopicConnectionFactory connectionFactory
connection
javax.jms.TopicConnection connection
topic
javax.jms.Topic topic
topicSession
javax.jms.TopicSession topicSession
publisher
javax.jms.TopicPublisher publisher
clientId
java.lang.String clientId
Package com.jproxy.samples.rmi.test |
serialVersionUID: 2l
Package com.jproxy.samples.soap.test |
__equalsCalc
java.lang.Object __equalsCalc
__hashCodeCalc
boolean __hashCodeCalc
Package com.jproxy.samples.corba.test |
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
Copyright © JProxy LLC. All Rights Reserved.