@Description(resourceKey="oracle.jrf.JRFServiceMBean.description",
resourceBundleBaseName="oracle.jrf.i18n.MBeanMessageBundle")
public interface JRFServiceMBean
Modifier and Type | Method | Description |
---|---|---|
void |
applyJRF(java.lang.String target) |
apply JRF resources (i.e applications, libraries, startup/shutdown classes) to the target
|
void |
applyJRF(java.lang.String target,
java.lang.String editSessionName) |
apply JRF resources (i.e applications, libraries, startup/shutdown classes) to the target
|
boolean |
checkIfJRFApplied(java.lang.String target) |
check if JRF template is applied
|
java.util.Map<java.lang.String,java.lang.Integer> |
checkIfJRFAppliedOnMutipleTargets(java.lang.String[] targets) |
check if JRF template is applied to all the targets
|
java.lang.String |
getAdminUrl() |
Return URL of the admin server from
|
java.lang.String |
getServerJndiSslUrl(java.lang.String serverId) |
Return SSL URL of the server or its cluster for JNDI lookup.
|
java.lang.String |
getServerJndiUrl(java.lang.String serverId) |
Return URL of the server or its cluster for JNDI lookup.
|
java.lang.String |
getServerURL(java.lang.String serverId,
java.lang.String protocol) |
Return URL for a specific server and protocol.
|
java.lang.String |
getSslAdminUrl() |
Return SSL URL of the admin server from
|
@Description(resourceKey="oracle.jrf.JRFServiceMBean.applyJRF", resourceBundleBaseName="oracle.jrf.i18n.MBeanMessageBundle") @Impact(1) @Visibility(Basic) void applyJRF(java.lang.String target) throws java.lang.Exception
target
- name of the server or cluster, or * which represents all available servers or clustersjava.lang.Exception
@Description(resourceKey="oracle.jrf.JRFServiceMBean.applyJRF", resourceBundleBaseName="oracle.jrf.i18n.MBeanMessageBundle") @Impact(1) @Visibility(Basic) void applyJRF(java.lang.String target, java.lang.String editSessionName) throws java.lang.Exception
target
- name of the server or cluster, or * which represents all available servers or clustersjava.lang.Exception
@Description(resourceKey="oracle.jrf.JRFServiceMBean.checkIfJRFApplied", resourceBundleBaseName="oracle.jrf.i18n.MBeanMessageBundle") @Visibility(Basic) @Impact(0) @OperationRequiredGlobalSecurityRole(NONE) boolean checkIfJRFApplied(java.lang.String target) throws java.lang.Exception
PortabilityLayerException
java.lang.Exception
@Description(resourceKey="oracle.jrf.JRFServiceMBean.getServerURL", resourceBundleBaseName="oracle.jrf.i18n.MBeanMessageBundle") @Visibility(Basic) @Impact(0) java.lang.String getServerURL(java.lang.String serverId, java.lang.String protocol) throws java.lang.Exception
serverId
- - server name on WebLogicprotocol
- - supported protocol from oracle.jrf.PortConfig (e.g PortConfig.HTTP)PortabilityLayerException
java.lang.Exception
@Description(resourceKey="oracle.jrf.JRFServiceMBean.getServerJndiUrl", resourceBundleBaseName="oracle.jrf.i18n.MBeanMessageBundle") @Visibility(Basic) @Impact(0) java.lang.String getServerJndiUrl(java.lang.String serverId) throws java.lang.Exception
serverId
- - server name on WebLogicPortabilityLayerException
java.lang.Exception
@Description(resourceKey="oracle.jrf.JRFServiceMBean.getAdminUrl", resourceBundleBaseName="oracle.jrf.i18n.MBeanMessageBundle") @Visibility(Basic) @Impact(0) java.lang.String getAdminUrl() throws java.lang.Exception
PortabilityLayerException
java.lang.Exception
@Description(resourceKey="oracle.jrf.JRFServiceMBean.getSslAdminUrl", resourceBundleBaseName="oracle.jrf.i18n.MBeanMessageBundle") @Visibility(Basic) @Impact(0) java.lang.String getSslAdminUrl() throws java.lang.Exception
PortabilityLayerException
java.lang.Exception
@Description(resourceKey="oracle.jrf.JRFServiceMBean.getServerJndiSslUrl", resourceBundleBaseName="oracle.jrf.i18n.MBeanMessageBundle") @Visibility(Basic) @Impact(0) java.lang.String getServerJndiSslUrl(java.lang.String serverId) throws java.lang.Exception
serverId
- - server name on WebLogicPortabilityLayerException
java.lang.Exception
@Description(resourceKey="oracle.jrf.JRFServiceMBean.checkIfJRFAppliedOnMultipleTargets", resourceBundleBaseName="oracle.jrf.i18n.MBeanMessageBundle") @Visibility(Basic) @Impact(0) @OperationRequiredGlobalSecurityRole(NONE) java.util.Map<java.lang.String,java.lang.Integer> checkIfJRFAppliedOnMutipleTargets(java.lang.String[] targets) throws java.lang.Exception
PortabilityLayerException
java.lang.Exception