| java.lang.Object com.sun.jbi.jsf.bean.JBIConfigBean
JBIConfigBean | public class JBIConfigBean (Code) | | JavaServer Faces managed bean that loads the other (psuedo) managed beans
and checks for JBI runtime and JBI admin-gui extensions.
author: Sun Microsystems Inc. |
Constructor Summary | |
public | JBIConfigBean() Gets the JBI common client, checks for JBI runtime availability, and
checks-for/initializes any (optional) JBI admin-gui navigation tree
extension (such as one added by a Java CAPS installation). |
JBIConfigBean | public JBIConfigBean()(Code) | | Gets the JBI common client, checks for JBI runtime availability, and
checks-for/initializes any (optional) JBI admin-gui navigation tree
extension (such as one added by a Java CAPS installation).
|
getClient | public JBIAdminCommands getClient()(Code) | | get the common client for JBI administration queries and operations
the JBI Administration common client |
getJBITreeExtension | public JBITreeExtension getJBITreeExtension()(Code) | | returns the admin-gui navigation tree extension, if any.
the extension or null |
isJbiEnabled | public boolean isJbiEnabled()(Code) | | checks for a usable JBI runtime (JBI's JSF tags use this to
conditionally render JBI views; no runtime (or any missing required jar
files) results in no JBI tree node or tabs in the console
true if the JBI console implementation, common client, andruntime are all available |
|
|