UnixSystem
.
This class is subject to removal in a future version of Java SE.@Deprecated(since="1.4", forRemoval=true) public class SolarisSystem extends Object
Modifier and Type | Field | Description |
---|---|---|
protected long |
gid |
Deprecated.
|
protected long[] |
groups |
Deprecated.
|
protected long |
uid |
Deprecated.
|
protected String |
username |
Deprecated.
|
Constructor | Description |
---|---|
SolarisSystem() |
Deprecated.
Instantiate a
SolarisSystem and load
the native library to access the underlying system information. |
Modifier and Type | Method | Description |
---|---|---|
long |
getGid() |
Deprecated.
Get the GID for the current Solaris user.
|
long[] |
getGroups() |
Deprecated.
Get the supplementary groups for the current Solaris user.
|
long |
getUid() |
Deprecated.
Get the UID for the current Solaris user.
|
String |
getUsername() |
Deprecated.
Get the username for the current Solaris user.
|
protected long gid
protected long[] groups
protected long uid
protected String username
public SolarisSystem()
SolarisSystem
and load
the native library to access the underlying system information.public String getUsername()
public long getUid()
public long getGid()
public long[] getGroups()
Copyright © 1998, 2016, Oracle and/or its affiliates. All rights reserved.
DRAFT 9-Ubuntu+0-9b139-1