Uses of Class
com.opencloud.slee.remote.RemoteProfiles.UncommittedProfile
-
-
Uses of RemoteProfiles.UncommittedProfile in com.opencloud.slee.remote
Methods in com.opencloud.slee.remote that return RemoteProfiles.UncommittedProfile Modifier and Type Method Description static RemoteProfiles.UncommittedProfile<?>
RemoteProfiles. createUncommittedProfile(MBeanServerConnection server, String profileTableName, String profileName)
Creates a profile but does not commit it, allowing the caller to set the attributes before committing.static <T> RemoteProfiles.UncommittedProfile<T>
RemoteProfiles. createUncommittedProfile(MBeanServerConnection server, String profileTableName, String profileName, Class<T> profileInterface)
Creates a profile but does not commit it, allowing the caller to set the attributes before committing.
-