BEA Systems, Inc.

Type-Safe Access to BEA WebLogic Server 9.0 MBeans (Deprecated)


Uses of Class
weblogic.management.utils.NotFoundException

Packages that use NotFoundException
weblogic.management.runtime Contains classes and interfaces for monitoring a WebLogic Server domain. 
weblogic.security.providers.authentication   
weblogic.security.providers.authorization   
weblogic.security.providers.credentials   
 

Uses of NotFoundException in weblogic.management.runtime
 

Methods in weblogic.management.runtime that throw NotFoundException
 long JRockitRuntimeMBean.getLastGCStart()
          The time at which the last garbage collection run started.
 long JRockitRuntimeMBean.getLastGCEnd()
          The time at which the last garbage collection run ended.
 long JRockitRuntimeMBean.getTotalGarbageCollectionTime()
          The number of milliseconds that the Virtual Machine has spent on all garbage collection runs since the VM was started.
 boolean JRockitRuntimeMBean.isGCHandlesCompaction()
          Indicates whether the VM's garbage collector compacts the Java heap.
 boolean JRockitRuntimeMBean.isConcurrent()
          Indicates whether the VM's garbage collector runs in a separate Java thread concurrently with other Java threads.
 boolean JRockitRuntimeMBean.isGenerational()
          Indicates whether the VM's garbage collector uses a nursery space.
 boolean JRockitRuntimeMBean.isIncremental()
          Indicates whether the VM's garbage collector collects (increments) garbage as it scans the memory space and dumps the garbage at the end of its cycle.
 boolean JRockitRuntimeMBean.isParallel()
          Indicates whether the VM's garbage collector is able to run in parallel on multiple processors if multiple processors are available.
 boolean JRockitRuntimeMBean.isMethodTimingEnabled(Method method)
          Indicates whether the Virtual Machine measures how much time it spends in a method.
 long JRockitRuntimeMBean.getMethodTiming(Method method)
          The amount of time (in milliseconds) the Virtual Machine has spent in the method since enabling time measuring.
 boolean JRockitRuntimeMBean.isMethodInvocationCountEnabled(Method method)
          Indicates whether the Virtual Machine counts how many times a method is invoked.
 long JRockitRuntimeMBean.getMethodInvocationCount(Method method)
          The number of times a method has been invoked since enabling invocation counting.
 boolean JRockitRuntimeMBean.isConstructorTimingEnabled(Constructor constructor)
          Indicates whether the Virtual Machine measures how much time it spends in a constructor.
 long JRockitRuntimeMBean.getConstructorTiming(Constructor constructor)
          The amount of time (in milliseconds) the Virtual Machine has spent in the constructor since enabling time measuring.
 boolean JRockitRuntimeMBean.isConstructorInvocationCountEnabled(Constructor cons)
          Indicates whether the Virtual Machine counts how many times a constructor is invoked.
 long JRockitRuntimeMBean.getConstructorInvocationCount(Constructor constructor)
          The number of times a constructor has been invoked since enabling invocation counting.
 

Uses of NotFoundException in weblogic.security.providers.authentication
 

Methods in weblogic.security.providers.authentication that throw NotFoundException
 String WindowsNTAuthenticatorImpl.getUserDescription(String name)
          Get the description of the user
 boolean WindowsNTAuthenticatorImpl.isMember(String parentGroupName, String memberUserOrGroupName, boolean recursive)
          Return whether a user/group is a member of another group
 String WindowsNTAuthenticatorImpl.getGroupDescription(String name)
          Get the description of the user or group
 String ReadOnlySQLAuthenticatorImpl.getUserDescription(String name)
          Get the description of the user
 String ReadOnlySQLAuthenticatorImpl.getGroupDescription(String name)
          Get the description of the group
 String ReadOnlySQLAuthenticatorImpl.listMemberGroups(String userOrGroupName)
          Return a list with the groups a member belongs to
 boolean ReadOnlySQLAuthenticatorImpl.isMember(String parentGroupName, String memberUserOrGroupName, boolean recursive)
          Return whether a user/group is a member of another group
 String LDAPAuthenticatorImpl.getUserDescription(String name)
          Get the description of the user
 String LDAPAuthenticatorImpl.getGroupDescription(String name)
          Get the description of the user or group
 String LDAPAuthenticatorImpl.listGroupMembers(String groupName, String memberUserOrGroupNameWildcard, int maximumToReturn)
          Return a list with the group members
 boolean LDAPAuthenticatorImpl.isMember(String parentGroupName, String memberUserOrGroupName, boolean recursive)
          Return whether a user/group is a member of another group
 String LDAPAuthenticatorImpl.listMemberGroups(String userOrGroupName)
          Return a list with the groups a member belongs to
 void LDAPAuthenticatorImpl.changeUserPassword(String userName, String oldPassword, String newPassword)
          Change the user password
 void LDAPAuthenticatorImpl.resetUserPassword(String userName, String newPassword)
          Change the user password without the old password
 void LDAPAtnDelegate.setDescription(String name, String description)
          Set the description of the user or group
 String LDAPAtnDelegate.getDescription(String userOrGroupName)
          Get the description of the user or group
 String LDAPAtnDelegate.listGroupMembers(String groupName, String userOrGroupNameWildcard, int maximumToReturn)
          Return a list with the group members
 boolean LDAPAtnDelegate.isMember(String parentGroupName, String memberUserOrGroupName, boolean recursive)
          Return whether a user/group is a member of another group A static group may contain users and groups.
 void LDAPAtnDelegate.addMemberToGroup(String groupName, String memberUserOrGroupName)
          Add a member to a group
 void LDAPAtnDelegate.removeMemberFromGroup(String groupName, String memberUserOrGroupName)
          Remove a member from a group
 void LDAPAtnDelegate.removeGroup(String groupName)
          Remove a group
 String LDAPAtnDelegate.listMemberGroups(String userOrGroupName, boolean isSearchWithUser)
          Return a list with the groups a member belongs to
 void LDAPAtnDelegate.changeUserPassword(String userName, String oldPassword, String newPassword)
          Change the user password
 void LDAPAtnDelegate.resetUserPassword(String userName, String newPassword)
          Change the user password without having old password
 void LDAPAtnDelegate.removeUser(String userName)
          Remove a user
 String LDAPAtnDelegate.getPasswordForUser(weblogic.security.acl.internal.AuthenticatedSubject requestor, String userName)
          Get the password for a user
 void DefaultAuthenticatorImpl.setUserDescription(String name, String description)
          Set the description of the user
 void DefaultAuthenticatorImpl.setGroupDescription(String name, String description)
          Set the description of the group
 String DefaultAuthenticatorImpl.getUserDescription(String name)
          Get the description of the user
 String DefaultAuthenticatorImpl.getGroupDescription(String name)
          Get the description of the group
 String DefaultAuthenticatorImpl.listGroupMembers(String groupName, String memberUserOrGroupNameWildcard, int maximumToReturn)
          Return a list with the group members
 boolean DefaultAuthenticatorImpl.isMember(String parentGroupName, String memberUserOrGroupName, boolean recursive)
          Return whether a user/group is a member of another group
 void DefaultAuthenticatorImpl.addMemberToGroup(String groupName, String memberUserOrGroupName)
          Add a member to a group
 void DefaultAuthenticatorImpl.removeMemberFromGroup(String groupName, String memberUserOrGroupName)
          Remove a member from a group
 void DefaultAuthenticatorImpl.removeGroup(String userOrGroupName)
          Remove a group
 String DefaultAuthenticatorImpl.listMemberGroups(String userOrGroupName)
          Return a list with the groups a member belongs to
 void DefaultAuthenticatorImpl.changeUserPassword(String userName, String oldPassword, String newPassword)
          Change the user password
 void DefaultAuthenticatorImpl.resetUserPassword(String userName, String newPassword)
          Change the user password without old password
 void DefaultAuthenticatorImpl.removeUser(String userName)
          Remove a user
 

Uses of NotFoundException in weblogic.security.providers.authorization
 

Methods in weblogic.security.providers.authorization that throw NotFoundException
 void DefaultRoleMapperImpl.removeRole(String resourceId, String roleName)
          Removes role and associated with it entitlement expression.
 String DefaultRoleMapperImpl.getRoleExpression(String resourceId, String roleName)
          Returns entitlement expression assosiated with the specified role.
 String DefaultRoleMapperImpl.getRoleAuxiliary(String resourceId, String roleName)
          Returns entitlement auxiliary string assosiated with the specified role.
 void DefaultRoleMapperImpl.setRoleExpression(String resourceId, String roleName, String expression)
          Modifies the expression of the specified role
 void DefaultRoleMapperImpl.setRoleAuxiliary(String resourceId, String roleName, String auxiliary)
          Modifies the expression of the specified role
 void DefaultRoleMapperImpl.unregisterPredicate(String predClassName)
          Unregisters the predicate
 String DefaultRoleMapperImpl.listAllRoles(int maximumToReturn)
          Obtain an unsorted list of role definitions.
 String DefaultRoleMapperImpl.listRolesByResourceType(String resourceType, int maximumToReturn)
          Obtain an list of role definitions by resource type.
 String DefaultRoleMapperImpl.listRolesByApplication(String applicationName, int maximumToReturn)
          Obtain an list of role definitions by application name.
 String DefaultRoleMapperImpl.listRolesByComponent(String componentName, String componentType, String applicationName, int maximumToReturn)
          Obtain an list of role definitions for a specific J2EE component.
 String DefaultRoleMapperImpl.listRoles(String resourceId, int maximumToReturn)
          Obtain a list of role definitions for a specific resource.
 String DefaultRoleMapperImpl.listChildRoles(String resourceId, int maximumToReturn)
          Obtain a list of role definitions for the children of a resource.
 String DefaultRoleMapperImpl.listRepeatingActionsRoles(String resourceId, int maximumToReturn)
          Obtain a list of role definitions for the actions that are repeating on a resource.
 void DefaultPredicateMgrImpl.unregisterPredicate(String predClassName)
          Unregisters the predicate with the specified class name.
 void DefaultAuthorizerImpl.removePolicy(String resourceId)
          Removes resource and associated with it entitlement expression.
 String DefaultAuthorizerImpl.getPolicyExpression(String resourceId)
          Returns entitlement expression assosiated with the given resource.
 void DefaultAuthorizerImpl.setPolicyExpression(String resourceId, String expression)
          Modifies the expression of the given resource
 void DefaultAuthorizerImpl.unregisterPredicate(String predClassName)
          Unregisters the predicate
 String DefaultAuthorizerImpl.listAllPolicies(int maximumToReturn)
          Obtain an unsorted list of policy definitions.
 String DefaultAuthorizerImpl.listPoliciesByResourceType(String resourceType, int maximumToReturn)
          Obtain an list of policy definitions by resource type.
 String DefaultAuthorizerImpl.listPoliciesByApplication(String applicationName, int maximumToReturn)
          Obtain an list of policy definitions by application name.
 String DefaultAuthorizerImpl.listPoliciesByComponent(String componentName, String componentType, String applicationName, int maximumToReturn)
          Obtain an list of policy definitions for a specific J2EE component.
 String DefaultAuthorizerImpl.listChildPolicies(String resourceId, int maximumToReturn)
          Obtain a list of policy definitions for the children of a resource.
 String DefaultAuthorizerImpl.listRepeatingActionsPolicies(String resourceId, int maximumToReturn)
          Obtain a list of policy definitions for the actions that are repeating on a resource.
 

Uses of NotFoundException in weblogic.security.providers.credentials
 

Methods in weblogic.security.providers.credentials that throw NotFoundException
 String DefaultCredentialMapperImpl.getRemoteUserName(String resourceId, String wlsUser)
           
 String DefaultCredentialMapperImpl.getRemotePassword(String resourceId, String remoteUser)
          Deprecated. WLS 9.0 (01/2004)
 void DefaultCredentialMapperImpl.setUserPasswordCredentialMapping(String resourceId, String wlsUserName, String remoteUserName)
           
 void DefaultCredentialMapperImpl.removeUserPasswordCredential(String resourceId, String remoteUserName)
           
 void DefaultCredentialMapperImpl.removeUserPasswordCredentialMapping(String resourceId, String wlsUserName)
           
 


Documentation is available at
http://e-docs.bea.com/wls/docs90
Copyright 2005 BEA Systems Inc.