Uses of Class
org.astrogrid.samp.xmlrpc.LockInfo
-
Packages that use LockInfo Package Description org.astrogrid.samp.test Classes for testing.org.astrogrid.samp.xmlrpc Classes relating to Standard Profile and XML-RPC pluggable implementation layer. -
-
Uses of LockInfo in org.astrogrid.samp.test
Methods in org.astrogrid.samp.test with parameters of type LockInfo Modifier and Type Method Description private voidHubTester. testLockInfo(LockInfo lockInfo)Does tests on a LockInfo object used by the profile. -
Uses of LockInfo in org.astrogrid.samp.xmlrpc
Fields in org.astrogrid.samp.xmlrpc declared as LockInfo Modifier and Type Field Description private LockInfoHubRunner. lockInfo_Deprecated.private LockInfoStandardHubProfile. lockInfo_Methods in org.astrogrid.samp.xmlrpc that return LockInfo Modifier and Type Method Description static LockInfoLockInfo. asLockInfo(java.util.Map map)Returns a given map as a LockInfo object.LockInfoHubRunner. getLockInfo()Deprecated.Returns the lockfile information associated with this object.LockInfoStandardClientProfile. getLockInfo()Returns the LockInfo which indicates how to locate the hub.LockInfoStandardHubProfile. getLockInfo()Returns the lockfile information associated with this object.private static LockInfoHubRunner. readLockFile(java.io.File lockFile)Deprecated.Reads lockinfo from a file.static LockInfoLockInfo. readLockFile(java.io.InputStream in)Returns the LockInfo read from a given stream.static LockInfoLockInfo. readLockFile(java.net.URL url)Returns a LockInfo as read from a lockfile at a given location.private static LockInfoStandardHubProfile. readLockFile(java.io.File lockFile)Reads lockinfo from a file.Methods in org.astrogrid.samp.xmlrpc with parameters of type LockInfo Modifier and Type Method Description private static voidHubRunner. writeLockInfo(LockInfo info, java.io.OutputStream out)Deprecated.Writes lockfile information to a given output stream.private static voidStandardHubProfile. writeLockInfo(LockInfo info, java.io.OutputStream out)Writes lockfile information to a given output stream.
-