Uses of Class
wt.ufid.RemoteObjectInfo

Packages that use RemoteObjectInfo
wt.ufid Uses the UfidService (and server-side-only wt.ufid.UfidServiceSvr) to manage the Universal Federated Identifier for Federatable objects. 
 

Uses of RemoteObjectInfo in wt.ufid
 

Fields in wt.ufid declared as RemoteObjectInfo
private  RemoteObjectInfo Ufid.remoteInfo
           
 

Methods in wt.ufid that return RemoteObjectInfo
 RemoteObjectInfo Ufid.getRemoteInfo()
          Gets the object for the association that plays role: remoteInfo.
static RemoteObjectInfo RemoteObjectInfo.newRemoteObjectInfo(String objectId, Repository birthRepos, Repository lastRepos)
          

Supported API: false
static RemoteObjectInfo RemoteObjectInfo.newRemoteObjectInfo(Federatable object, Repository birthRepos, Repository lastRepos)
          

Supported API: false
 

Methods in wt.ufid with parameters of type RemoteObjectInfo
 void Ufid.setRemoteInfo(RemoteObjectInfo a_RemoteInfo)
          Sets the object for the association that plays role: remoteInfo.
private  void Ufid.remoteInfoValidate(RemoteObjectInfo a_RemoteInfo)
           
protected  boolean RemoteObjectInfo.readVersion(RemoteObjectInfo thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
static LocalObjectRemoteInfo LocalObjectRemoteInfo.newLocalObjectRemoteInfo(Federatable localObject, RemoteObjectInfo remoteInfo)
          Default factory for the class.
static LastKnownRepositoryCurrent LastKnownRepositoryCurrent.newLastKnownRepositoryCurrent(Repository lastKnownRepository, RemoteObjectInfo current)
          Default factory for the class.
static void FederatableServerHelper.RemoteObjectUtil.deleteRemoteObject(RemoteObjectInfo remoteObject)
          Delete the Owner Reference
static BirthRepositoryOffspring BirthRepositoryOffspring.newBirthRepositoryOffspring(Repository birthRepository, RemoteObjectInfo offspring)
          Default factory for the class.