Serialized Form


Package com.jproxy.proxy

Class com.jproxy.proxy.CallbackInvocator extends Invocator implements Serializable

Class com.jproxy.proxy.DummyStub extends java.lang.Object implements Serializable

Serialized Fields

handler

java.lang.Object handler

Class com.jproxy.proxy.DynamicProxyInvocationHandler extends java.lang.Object implements Serializable

Serialized Fields

handler

java.lang.Object handler

Class com.jproxy.proxy.Invocator extends ProxyHashtable implements Serializable

Serialized Fields

tunnel

Tunnel tunnel
Tunnel object that is embedded in each instance of generated stub


classLoaders

java.util.Hashtable classLoaders

Class com.jproxy.proxy.JProxyServiceFactory.FactoryAndService extends java.lang.Object implements Serializable

Serialized Fields

service

javax.xml.rpc.Service service

factory

IServiceFactory factory

Class com.jproxy.proxy.ProxyHashtable extends ThreadSupport implements Serializable

Serialized Fields

hashtable

java.util.Hashtable hashtable

sessionHash

java.util.Hashtable sessionHash

Class com.jproxy.proxy.SerializableEnumeration extends java.lang.Object implements Serializable

Serialized Fields

objects

java.lang.Object[] objects

Class com.jproxy.proxy.StackWraperException extends java.lang.Exception implements Serializable

Serialized Fields

trace

java.lang.String trace

Class com.jproxy.proxy.SynchronousInvocator extends Invocator implements Serializable

Class com.jproxy.proxy.Tunnel extends java.lang.Object implements Serializable

Serialized Fields

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

Class com.jproxy.proxy.TunnelData extends java.lang.Object implements Serializable

Serialized Fields

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

Class com.jproxy.proxy.TunnelException extends java.lang.RuntimeException implements Serializable

Class com.jproxy.proxy.TunnelInvocationHandler extends java.lang.Object implements Serializable

Serialized Fields

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

Class com.jproxy.proxy.Wraper extends java.lang.Object implements Serializable

Serialized Fields

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

Class com.jproxy.proxy.servlet.HTTPTunnel extends Tunnel implements Serializable

Class com.jproxy.proxy.servlet.TunnelServlet extends javax.servlet.http.HttpServlet implements Serializable


Package com.jproxy.proxy.callback

Class com.jproxy.proxy.callback.CallbackTunnel extends Tunnel implements Serializable

Serialized Fields

server

CallbackServer server
CallbackServer remote object


serverTunnel

Tunnel serverTunnel

serverObjectId

long serverObjectId

doResult

boolean doResult

oneWay

boolean oneWay

Class com.jproxy.proxy.callback.HttpCallbackClient extends ThreadSupport implements Serializable

Serialized Fields

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

Class com.jproxy.proxy.stubgen.CommandException extends java.lang.Exception implements Serializable

Class com.jproxy.proxy.stubgen.FileVector extends java.util.Vector implements Serializable

Class com.jproxy.proxy.stubgen.StubGenException extends java.lang.Exception implements Serializable


Package com.jproxy.proxy.server

Class com.jproxy.proxy.server.FIFOStack extends java.util.Vector implements Serializable


Package com.jproxy.proxy.providers

Class com.jproxy.proxy.providers.AxisObjectDeserializer extends DeserializerImpl implements Serializable

Class com.jproxy.proxy.providers.WrappedServiceFactory extends javax.xml.rpc.ServiceFactory implements Serializable

Serialized Fields

serviceFactory

javax.xml.rpc.ServiceFactory serviceFactory


Package com.jproxy.samples.ejb.test

Class com.jproxy.samples.ejb.test.Base extends java.lang.Object implements Serializable

Serialized Fields

properties

java.util.Properties properties
The properties of the session


context

javax.ejb.SessionContext context
SessionContext of the instance

Class com.jproxy.samples.ejb.test.PerformanceApplet extends java.applet.Applet implements Serializable

Serialized Fields

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

Class com.jproxy.samples.ejb.test.SessionEJB extends Test implements Serializable

Class com.jproxy.samples.ejb.test.Test extends Base implements Serializable

Serialized Fields

buf

byte[] buf

Class com.jproxy.samples.ejb.test.TestMessageDrivenBean extends java.lang.Object implements Serializable

Serialized Fields

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

Class com.jproxy.samples.rmi.test.TestImpl extends java.rmi.server.UnicastRemoteObject implements Serializable

Class com.jproxy.samples.rmi.test.TestImpl_Stub extends java.rmi.server.RemoteStub implements Serializable

serialVersionUID: 2l


Package com.jproxy.samples.soap.test

Class com.jproxy.samples.soap.test.ITestCallback extends java.lang.Object implements Serializable

Serialized Fields

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.jproxy.samples.soap.test.ITestServiceLocator extends org.apache.axis.client.Service implements Serializable

Class com.jproxy.samples.soap.test.JProxyTestSoapBindingStub extends org.apache.axis.client.Stub implements Serializable


Package com.jproxy.samples.corba.test

Class com.jproxy.samples.corba.test._TestStub extends org.omg.CORBA.portable.ObjectImpl implements Serializable

Serialization Methods

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.