A C G L M O P R S T U
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractAlphanumericComparator - Class in com.opencloud.rem.service.util
-
Abstract base class for
Comparator
implementations that use an alphanumeric sort algorithm instead of a plain lexical sort. - AbstractRhinoService - Class in com.opencloud.rem.service.rhino
-
Abstract base class for REM-hosted services outside the main GUI.
- AlphanumericProfileNameComparator - Class in com.opencloud.rem.service.util
-
A
Comparator
forProfileID
s that sorts based on the profile names using an alphanumeric sorting algorithm. - AlphanumericProfileNameComparator() - Constructor for class com.opencloud.rem.service.util.AlphanumericProfileNameComparator
- AlphanumericStringComparator - Class in com.opencloud.rem.service.util
-
A
Comparator
forString
s that sorts using an alphanumeric sorting algorithm. - AlphanumericStringComparator() - Constructor for class com.opencloud.rem.service.util.AlphanumericStringComparator
C
- com.opencloud.rem.service - package com.opencloud.rem.service
- com.opencloud.rem.service.rhino - package com.opencloud.rem.service.rhino
- com.opencloud.rem.service.util - package com.opencloud.rem.service.util
- compare(String, String) - Method in class com.opencloud.rem.service.util.AlphanumericStringComparator
- compare(ProfileID, ProfileID) - Method in class com.opencloud.rem.service.util.AlphanumericProfileNameComparator
- Connected - Annotation Type in com.opencloud.rem.service.rhino
- createProfile(String, ProfileDetail) - Method in interface com.opencloud.rem.service.ProfileProvisioningService
-
Creates the given profile in the specified table.
- createProfileTable(ProfileSpecification, String) - Method in interface com.opencloud.rem.service.ProfileProvisioningService
-
Creates the specified profile table using the given
ProfileSpecification
.
G
- get() - Method in interface com.opencloud.rem.service.rhino.RhinoServiceConnectionProvider
-
Gets the provided
MBeanServerConnection
. - get() - Method in interface com.opencloud.rem.service.rhino.RhinoServiceConnectionSource.ConnectionHandle
-
Gets the underlying connection.
- getAddress(String) - Static method in class com.opencloud.rem.service.Utils
- getConnection() - Method in interface com.opencloud.rem.service.rhino.RhinoServiceConnectionSource
-
Gets a handle to a connection, or
null
if this source is unable to provide a connection. - getCount() - Method in class com.opencloud.rem.service.Utils.NotificationSources
- getDeploymentMBean() - Method in interface com.opencloud.rem.service.rhino.MBeans
- getLoggerMap() - Method in class com.opencloud.rem.service.Utils.NotificationSources
- getNotificationSources(MBeanServerConnection) - Static method in class com.opencloud.rem.service.Utils
- getPriority() - Method in interface com.opencloud.rem.service.rhino.RhinoServiceConnectionSource
-
Gets the priority for this connection source.
- getProfile(String, String) - Method in interface com.opencloud.rem.service.ProfileProvisioningService
-
Retrieves a single profile and its attributes.
- getProfileCount(String) - Method in interface com.opencloud.rem.service.ProfileProvisioningService
-
Returns the total number of profiles in the specified profile table.
- getProfileProvisioningMBean() - Method in interface com.opencloud.rem.service.rhino.MBeans
- getProfiles(String, boolean, int, int) - Method in interface com.opencloud.rem.service.ProfileProvisioningService
-
Retrieves a paged listing of profiles, with their attributes, from a profile table.
- getProfileSpecification(String) - Method in interface com.opencloud.rem.service.ProfileProvisioningService
-
Returns the
ProfileSpecification
of the specified profile table. - getProfileSpecifications() - Method in interface com.opencloud.rem.service.ProfileProvisioningService
-
Retrieves a list of all available
ProfileSpecification
s. - getProfileTableFormSchema(String) - Method in interface com.opencloud.rem.service.ProfileProvisioningService
-
Builds a
Form
schema for the specified profile table. - getProfileTables() - Method in interface com.opencloud.rem.service.ProfileProvisioningService
-
Retrieves a list of all
ProfileTable
s. - getProfileTables() - Method in class com.opencloud.rem.service.Utils.NotificationSources
- getRaEntities() - Method in class com.opencloud.rem.service.Utils.NotificationSources
- getSbbs() - Method in class com.opencloud.rem.service.Utils.NotificationSources
- getSubsystems() - Method in class com.opencloud.rem.service.Utils.NotificationSources
- getUserTransactionManagementMBean() - Method in interface com.opencloud.rem.service.rhino.MBeans
L
- listProfiles(String) - Method in interface com.opencloud.rem.service.ProfileProvisioningService
-
Retrieves a listing of profile names from profile table.
- log - Static variable in class com.opencloud.rem.service.rhino.AbstractRhinoService
M
- MBeans - Interface in com.opencloud.rem.service.rhino
O
- objectToString(Object) - Static method in class com.opencloud.rem.service.Utils
P
- ProfileProvisioningService - Interface in com.opencloud.rem.service
-
Service for managing SLEE profile tables and profiles.
- profileTableExists(String) - Method in interface com.opencloud.rem.service.ProfileProvisioningService
-
Checks if a profile table exists.
R
- release() - Method in interface com.opencloud.rem.service.rhino.RhinoServiceConnectionSource.ConnectionHandle
-
Releases this connection.
- removeProfile(String, String) - Method in interface com.opencloud.rem.service.ProfileProvisioningService
-
Remove a profile from a profile table.
- removeProfileTable(String) - Method in interface com.opencloud.rem.service.ProfileProvisioningService
-
Removes the specified profile table.
- RhinoServiceConnectionProvider - Interface in com.opencloud.rem.service.rhino
-
Provider for a
MBeanServerConnection
. - RhinoServiceConnectionSource - Interface in com.opencloud.rem.service.rhino
-
A source for getting or establishing a Rhino connection.
- RhinoServiceConnectionSource.ConnectionHandle - Interface in com.opencloud.rem.service.rhino
-
A handle for the connection.
- RhinoServicesModule - Class in com.opencloud.rem.service.rhino
- RhinoServicesModule() - Constructor for class com.opencloud.rem.service.rhino.RhinoServicesModule
S
- ServiceException - Exception in com.opencloud.rem.service
-
General exception thrown by REM provisioning services in the case of any unexpected error.
- ServiceException() - Constructor for exception com.opencloud.rem.service.ServiceException
- ServiceException(String) - Constructor for exception com.opencloud.rem.service.ServiceException
- ServiceException(String, Throwable) - Constructor for exception com.opencloud.rem.service.ServiceException
- ServiceException(Throwable) - Constructor for exception com.opencloud.rem.service.ServiceException
- stringArrayToObject(String[], String, MBeanServerConnection) - Static method in class com.opencloud.rem.service.Utils
- stringToObject(String, String, MBeanServerConnection) - Static method in class com.opencloud.rem.service.Utils
T
- typeToDisplayType(String) - Static method in class com.opencloud.rem.service.Utils
U
- updateProfile(String, ProfileDetail) - Method in interface com.opencloud.rem.service.ProfileProvisioningService
-
Applies updates to a profile's attribute values provided in the specified
ProfileDetail
object. - Utils - Class in com.opencloud.rem.service
-
General utility methods used by REM provisioning services.
- Utils.NotificationSources - Class in com.opencloud.rem.service
All Classes All Packages