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 void
HubTester. 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 LockInfo
HubRunner. lockInfo_
Deprecated.private LockInfo
StandardHubProfile. lockInfo_
Methods in org.astrogrid.samp.xmlrpc that return LockInfo Modifier and Type Method Description static LockInfo
LockInfo. asLockInfo(java.util.Map map)
Returns a given map as a LockInfo object.LockInfo
HubRunner. getLockInfo()
Deprecated.Returns the lockfile information associated with this object.LockInfo
StandardClientProfile. getLockInfo()
Returns the LockInfo which indicates how to locate the hub.LockInfo
StandardHubProfile. getLockInfo()
Returns the lockfile information associated with this object.private static LockInfo
HubRunner. readLockFile(java.io.File lockFile)
Deprecated.Reads lockinfo from a file.static LockInfo
LockInfo. readLockFile(java.io.InputStream in)
Returns the LockInfo read from a given stream.static LockInfo
LockInfo. readLockFile(java.net.URL url)
Returns a LockInfo as read from a lockfile at a given location.private static LockInfo
StandardHubProfile. 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 void
HubRunner. writeLockInfo(LockInfo info, java.io.OutputStream out)
Deprecated.Writes lockfile information to a given output stream.private static void
StandardHubProfile. writeLockInfo(LockInfo info, java.io.OutputStream out)
Writes lockfile information to a given output stream.
-