Uses of Class
org.astrogrid.samp.xmlrpc.LockInfo
Packages that use LockInfo
Package
Description
Classes relating to Standard Profile and XML-RPC pluggable implementation layer.
-
Uses of LockInfo in org.astrogrid.samp.xmlrpc
Methods in org.astrogrid.samp.xmlrpc that return LockInfoModifier and TypeMethodDescriptionstatic LockInfoLockInfo.asLockInfo(Map map) Returns a given map as a LockInfo object.HubRunner.getLockInfo()Deprecated.Returns the lockfile information associated with this object.StandardClientProfile.getLockInfo()Returns the LockInfo which indicates how to locate the hub.StandardHubProfile.getLockInfo()Returns the lockfile information associated with this object.static LockInfoLockInfo.readLockFile(InputStream in) Returns the LockInfo read from a given stream.static LockInfoLockInfo.readLockFile(URL url) Returns a LockInfo as read from a lockfile at a given location.