All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class javaNOW.DynamicMessageProxy

java.lang.Object
   |
   +----javaNOW.DynamicMessageProxy

public class DynamicMessageProxy
extends Object

Constructor Index

 o DynamicMessageProxy(String, int)
Constructors
 o DynamicMessageProxy(String, int, ConnectionUsageNotify)

Method Index

 o close()
 o finalize()
Destructors
 o getConnectionId()
 o getUsageTime()
 o isInUse()
 o isProcessing()
 o isReserved()
 o open()
 o remoteMethodInvoke(DynamicMessage)
 o remoteMethodInvoke(String, String)
 o remoteMethodInvoke(String, String, Object)
 o remoteMethodInvoke(String, String, Object, Object)
 o remoteMethodInvoke(String, String, Object, Object, Object)
 o remoteMethodInvoke(String, String, Object, Object, Object, Object)
 o remoteMethodInvoke(String, String, Object, Object, Object, Object, Object)
 o remoteMethodInvoke(String, String, Object, Object, Object, Object, Object, Object)
 o remoteMethodInvoke(String, String, Object, Object, Object, Object, Object, Object, Object)
 o remoteMethodInvoke(String, String, Object, Object, Object, Object, Object, Object, Object, Object)
 o remoteMethodInvoke(String, String, Object, Object, Object, Object, Object, Object, Object, Object, Object)
 o remoteMethodInvoke(String, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)
 o setReservedIfNotInUse()

Constructors

 o DynamicMessageProxy
 public DynamicMessageProxy(String host,
                            int port)
Constructors

See Also:
class, method
 o DynamicMessageProxy
 public DynamicMessageProxy(String host,
                            int port,
                            ConnectionUsageNotify connUsageNotify)

Methods

 o finalize
 public void finalize()
Destructors

Overrides:
finalize in class Object
See Also:
class, method
 o remoteMethodInvoke
 public DynamicMessage remoteMethodInvoke(String className,
                                          String methodName) throws DynamicMessageException, NotSerializableException
 o remoteMethodInvoke
 public DynamicMessage remoteMethodInvoke(String className,
                                          String methodName,
                                          Object arg) throws DynamicMessageException, NotSerializableException
 o remoteMethodInvoke
 public DynamicMessage remoteMethodInvoke(String className,
                                          String methodName,
                                          Object arg1,
                                          Object arg2) throws DynamicMessageException, NotSerializableException
 o remoteMethodInvoke
 public DynamicMessage remoteMethodInvoke(String className,
                                          String methodName,
                                          Object arg1,
                                          Object arg2,
                                          Object arg3) throws DynamicMessageException, NotSerializableException
 o remoteMethodInvoke
 public DynamicMessage remoteMethodInvoke(String className,
                                          String methodName,
                                          Object arg1,
                                          Object arg2,
                                          Object arg3,
                                          Object arg4) throws DynamicMessageException, NotSerializableException
 o remoteMethodInvoke
 public DynamicMessage remoteMethodInvoke(String className,
                                          String methodName,
                                          Object arg1,
                                          Object arg2,
                                          Object arg3,
                                          Object arg4,
                                          Object arg5) throws DynamicMessageException, NotSerializableException
 o remoteMethodInvoke
 public DynamicMessage remoteMethodInvoke(String className,
                                          String methodName,
                                          Object arg1,
                                          Object arg2,
                                          Object arg3,
                                          Object arg4,
                                          Object arg5,
                                          Object arg6) throws DynamicMessageException, NotSerializableException
 o remoteMethodInvoke
 public DynamicMessage remoteMethodInvoke(String className,
                                          String methodName,
                                          Object arg1,
                                          Object arg2,
                                          Object arg3,
                                          Object arg4,
                                          Object arg5,
                                          Object arg6,
                                          Object arg7) throws DynamicMessageException, NotSerializableException
 o remoteMethodInvoke
 public DynamicMessage remoteMethodInvoke(String className,
                                          String methodName,
                                          Object arg1,
                                          Object arg2,
                                          Object arg3,
                                          Object arg4,
                                          Object arg5,
                                          Object arg6,
                                          Object arg7,
                                          Object arg8) throws DynamicMessageException, NotSerializableException
 o remoteMethodInvoke
 public DynamicMessage remoteMethodInvoke(String className,
                                          String methodName,
                                          Object arg1,
                                          Object arg2,
                                          Object arg3,
                                          Object arg4,
                                          Object arg5,
                                          Object arg6,
                                          Object arg7,
                                          Object arg8,
                                          Object arg9) throws DynamicMessageException, NotSerializableException
 o remoteMethodInvoke
 public DynamicMessage remoteMethodInvoke(String className,
                                          String methodName,
                                          Object arg1,
                                          Object arg2,
                                          Object arg3,
                                          Object arg4,
                                          Object arg5,
                                          Object arg6,
                                          Object arg7,
                                          Object arg8,
                                          Object arg9,
                                          Object arg10) throws DynamicMessageException, NotSerializableException
 o remoteMethodInvoke
 public synchronized DynamicMessage remoteMethodInvoke(DynamicMessage dynamicMessage) throws DynamicMessageException, NotSerializableException
 o open
 public synchronized void open()
 o close
 public synchronized void close()
 o getUsageTime
 public long getUsageTime()
 o isReserved
 public boolean isReserved()
 o isProcessing
 public boolean isProcessing()
 o isInUse
 public boolean isInUse()
 o setReservedIfNotInUse
 public synchronized boolean setReservedIfNotInUse()
 o getConnectionId
 public int getConnectionId()

All Packages  Class Hierarchy  This Package  Previous  Next  Index