|
Oracle Fusion Middleware Oracle WebLogic Server MBean Javadoc 11g Release 1 (10.3.5) Part Number E13945-05 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UnixMachineMBean
This bean represents a machine that is running the UNIX operating system. It extends MachineMBean with properties specific to the UNIX platform.
Field Summary |
---|
Fields inherited from interface weblogic.management.configuration.ConfigurationMBean |
---|
DEFAULT_EMPTY_BYTE_ARRAY |
Method Summary | |
---|---|
String |
getPostBindGID()
The UNIX group ID (GID) that a server running on this machine will run under after it has carried out all privileged startup actions. |
String |
getPostBindUID()
The UNIX user ID (UID) that a server running on this machine will run under after it has carried out all privileged startup actions. |
boolean |
isPostBindGIDEnabled()
Specifies whether a server running on this machine binds to a UNIX Group ID (GID) after it has carried out all privileged startup actions. |
boolean |
isPostBindUIDEnabled()
Specifies whether a server running on this machine binds to a UNIX User ID (UID) after it has carried out all privileged startup actions. |
void |
setPostBindGID(String gid)
Sets the value of the PostBindGID attribute. |
void |
setPostBindGIDEnabled(boolean enable)
Sets the value of the PostBindGIDEnabled attribute. |
void |
setPostBindUID(String uid)
Sets the value of the PostBindUID attribute. |
void |
setPostBindUIDEnabled(boolean enable)
Sets the value of the PostBindUIDEnabled attribute. |
Methods inherited from interface weblogic.management.configuration.MachineMBean |
---|
getAddresses, getNodeManager, setAddresses |
Methods inherited from interface weblogic.management.configuration.ConfigurationMBean |
---|
freezeCurrentValue, getName, getNotes, isSet, restoreDefaultValue, setComments, setDefaultedMBean, setName, setNotes, setPersistenceEnabled, unSet |
Method Detail |
---|
boolean isPostBindUIDEnabled()
Specifies whether a server running on this machine binds to a UNIX User ID (UID) after it has carried out all privileged startup actions.
void setPostBindUIDEnabled(boolean enable)
Sets the value of the PostBindUIDEnabled attribute.
enable
- The new postBindUIDEnabled valueUnixMachineMBean.isPostBindUIDEnabled()
String getPostBindUID()
The UNIX user ID (UID) that a server running on this machine will run under after it has carried out all privileged startup actions. Otherwise, the server will continue to run under the account under which it was started.(Requires that you enable Post-Bind UID.)
void setPostBindUID(String uid) throws InvalidAttributeValueException
Sets the value of the PostBindUID attribute.
uid
- The new postBindUID value
InvalidAttributeValueException
IllegalArgumentException
- if the uid is neither a valid Unix UID or null. DESIGN ISSUE: can we ensure that the uid is a valid UID?UnixMachineMBean.getPostBindUID()
boolean isPostBindGIDEnabled()
Specifies whether a server running on this machine binds to a UNIX Group ID (GID) after it has carried out all privileged startup actions.
void setPostBindGIDEnabled(boolean enable)
Sets the value of the PostBindGIDEnabled attribute.
enable
- The new postBindGIDEnabled valueUnixMachineMBean.isPostBindGIDEnabled()
String getPostBindGID()
The UNIX group ID (GID) that a server running on this machine will run under after it has carried out all privileged startup actions. Otherwise, the server will continue to run under the group under which it was started.(Requires that you enable Post-Bind GID.)
void setPostBindGID(String gid) throws InvalidAttributeValueException
Sets the value of the PostBindGID attribute.
gid
- The new postBindGID value
InvalidAttributeValueException
IllegalArgumentException
- if the gid is neither a valid Unix GID or null. DESIGN ISSUE: can we ensure that the gid is a valid GID?UnixMachineMBean.getPostBindGID()
|
Copyright 1996, 2011, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Oracle WebLogic Server MBean Javadoc 11g Release 1 (10.3.5) Part Number E13945-05 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |