Uses of Class
org.sapia.ubik.rmi.server.VmId

Packages that use VmId
org.sapia.ubik.rmi.server   
org.sapia.ubik.rmi.server.command   
org.sapia.ubik.rmi.server.gc   
org.sapia.ubik.rmi.server.invocation   
org.sapia.ubik.rmi.server.transport   
org.sapia.ubik.rmi.server.transport.http   
org.sapia.ubik.rmi.server.transport.http.servlet   
org.sapia.ubik.rmi.server.transport.nio.tcp   
org.sapia.ubik.rmi.server.transport.socket   
org.sapia.ubik.rmi.server.transport.udp   
 

Uses of VmId in org.sapia.ubik.rmi.server
 

Fields in org.sapia.ubik.rmi.server declared as VmId
protected  VmId RMICommand._vmId
           
protected  VmId RemoteRef._vmId
           
 

Methods in org.sapia.ubik.rmi.server that return VmId
static VmId VmId.getInstance()
           
 VmId RMICommand.getVmId()
          Returns the identifier of the VM from which this command comes from.
 

Methods in org.sapia.ubik.rmi.server with parameters of type VmId
static java.lang.Object Hub.asRemote(java.lang.Object o, VmId caller, java.lang.String transportType)
          Returns a stub for the given object.
static RemoteRef Hub.asRemoteRef(java.lang.Object o, VmId caller, java.lang.String transportType)
          Returns a remote reference for the given object.
 boolean VmId.equals(VmId other)
           
 

Constructors in org.sapia.ubik.rmi.server with parameters of type VmId
RemoteRefStateless.ServiceInfo(ServerAddress addr, OID id, boolean callback, VmId vmId, boolean isFirstVoyage)
           
 

Uses of VmId in org.sapia.ubik.rmi.server.command
 

Methods in org.sapia.ubik.rmi.server.command that return VmId
 VmId AsyncCommand.getCallerVmId()
          Returns the caller's VM identifier.
 VmId Destination.getVmId()
          Returns a VmId.
 

Methods in org.sapia.ubik.rmi.server.command with parameters of type VmId
 void CommandProcessor.processAsyncCommand(java.lang.String cmdId, VmId caller, ServerAddress from, Command cmd)
          Processes the given command asynchronously.
 

Constructors in org.sapia.ubik.rmi.server.command with parameters of type VmId
AsyncCommand(java.lang.String cmdId, VmId caller, ServerAddress from, Command cmd)
          Constructor for AsyncCommandWrapper.
Destination(ServerAddress addr, VmId vmId)
           
 

Uses of VmId in org.sapia.ubik.rmi.server.gc
 

Methods in org.sapia.ubik.rmi.server.gc that return VmId
 VmId GcEvent.getOriginId()
           
 

Methods in org.sapia.ubik.rmi.server.gc with parameters of type VmId
 boolean ServerGC.containsClient(VmId id)
          Returns true if this instance contains the passed in VmId.
 void ServerGC.dereference(VmId id, OID oid)
          Dereferences a given object identifier.
 int ServerGC.getRefCount(VmId id, OID oid)
          Returns the total number of references held on the given object identifier.
 int ServerGC.getSpecificCount(VmId id, OID oid)
          Returns the total number of references held on the given object by the client whose host corresponds to the passed in VmId.
 void ServerGC.reference(VmId id, OID oid)
          Increments the reference count of the given object identifier, for the client whose VmId is given.
 void ServerGC.registerRef(VmId id, OID oid, java.lang.Object o)
          Registers a given object internally so that it is not garbage collected before clients themselves garbage collect it.
 void ServerGC.touch(VmId id)
          Touches the client info of the vm id passed in.
 

Uses of VmId in org.sapia.ubik.rmi.server.invocation
 

Methods in org.sapia.ubik.rmi.server.invocation with parameters of type VmId
 java.lang.Object InvocationDispatcher.dispatchInvocation(VmId vmId, Connections pool, CallBackInvokeCommand cmd)
          Dispatches the given asynchronous invocation command using the passed in connection pool (which holds connections to a remote server).
 java.lang.Object InvocationDispatcher.dispatchInvocation(VmId vmId, Connections pool, InvokeCommand cmd)
          Dispatches the given invocation command using the passed in connection pool (which holds connections to a remote server).
 

Uses of VmId in org.sapia.ubik.rmi.server.transport
 

Methods in org.sapia.ubik.rmi.server.transport with parameters of type VmId
 void RmiConnection.send(java.lang.Object o, VmId associated, java.lang.String transportType)
           
 void MarshalOutputStream.setUp(VmId id, java.lang.String transportType)
           
 

Constructors in org.sapia.ubik.rmi.server.transport with parameters of type VmId
MarshalledObject(java.lang.Object o, VmId id, java.lang.String transportType, java.lang.String codebase)
          Constructor for MarshalledObject.
 

Uses of VmId in org.sapia.ubik.rmi.server.transport.http
 

Methods in org.sapia.ubik.rmi.server.transport.http with parameters of type VmId
 void HttpRmiClientConnection.send(java.lang.Object o, VmId associated, java.lang.String transportType)
           
 void JdkRmiClientConnection.send(java.lang.Object o, VmId associated, java.lang.String transportType)
           
 

Uses of VmId in org.sapia.ubik.rmi.server.transport.http.servlet
 

Methods in org.sapia.ubik.rmi.server.transport.http.servlet with parameters of type VmId
 void ServletRmiConnection.send(java.lang.Object o, VmId associated, java.lang.String transportType)
           
 

Uses of VmId in org.sapia.ubik.rmi.server.transport.nio.tcp
 

Methods in org.sapia.ubik.rmi.server.transport.nio.tcp that return VmId
 VmId NioResponse.getAssociatedVmId()
           
 

Methods in org.sapia.ubik.rmi.server.transport.nio.tcp with parameters of type VmId
 void NioTcpRmiClientConnection.send(java.lang.Object o, VmId vmId, java.lang.String transportType)
           
 void NioTcpRmiServerConnection.send(java.lang.Object o, VmId associated, java.lang.String transportType)
           
 void NioResponse.setAssociatedVmId(VmId associatedVmId)
           
 

Uses of VmId in org.sapia.ubik.rmi.server.transport.socket
 

Methods in org.sapia.ubik.rmi.server.transport.socket with parameters of type VmId
 void SocketRmiConnection.send(java.lang.Object o, VmId vmId, java.lang.String tranportType)
           
 

Uses of VmId in org.sapia.ubik.rmi.server.transport.udp
 

Methods in org.sapia.ubik.rmi.server.transport.udp with parameters of type VmId
 void UdpRmiConnection.send(java.lang.Object o, VmId associated, java.lang.String transportType)
           
 



Copyright © 2010 Sapia OSS. All Rights Reserved.