Package | Description |
---|---|
org.astrogrid.samp.test |
Classes for testing.
|
org.astrogrid.samp.xmlrpc |
Classes relating to Standard Profile and XML-RPC pluggable implementation layer.
|
Modifier and Type | Method and Description |
---|---|
private void |
HubTester.testLockInfo(LockInfo lockInfo)
Does tests on a LockInfo object used by the profile.
|
Modifier and Type | Field and Description |
---|---|
private LockInfo |
HubRunner.lockInfo_
Deprecated.
|
private LockInfo |
StandardHubProfile.lockInfo_ |
Modifier and Type | Method and 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 |
StandardHubProfile.getLockInfo()
Returns the lockfile information associated with this object.
|
LockInfo |
StandardClientProfile.getLockInfo()
Returns the LockInfo which indicates how to locate the hub.
|
private static LockInfo |
HubRunner.readLockFile(java.io.File lockFile)
Deprecated.
Reads lockinfo from a file.
|
private static LockInfo |
StandardHubProfile.readLockFile(java.io.File lockFile)
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.
|
Modifier and Type | Method and 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.
|