@Reentrant @ProfileSpec(name="CompleteExampleAnnotatedProfileSpec", vendor="javax.slee", version="1.0", cmpInterface=ExampleProfileCMPInterface.class, abstractClass=CompleteExampleAnnotatedProfile.class, localInterface=ExampleProfileLocalInterface.class, managementInterface=ExampleProfileManagementInterface.class, tableInterface=ExampleProfileTableInterface.class, libraryRefs=@LibraryRef(name="ExampleLibrary",vendor="javax.slee",version="1.0"), profileSpecRefs=@ProfileSpecRef(name="ExampleProfileSpec",vendor="javax.slee",version="1.0",alias="profileSpec"), securityPermissions="...") public abstract class CompleteExampleAnnotatedProfile extends Object implements ProfileExt, ExampleProfileCMPInterface, ExampleProfileManagementInterface
| Constructor and Description |
|---|
CompleteExampleAnnotatedProfile() |
| Modifier and Type | Method and Description |
|---|---|
void |
blabla() |
abstract ExampleUsageParametersInterface |
getDefaultUsageParameterSet() |
abstract ExampleUsageParametersInterface |
getUsageParameterSet(String name) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprofileConfigurationUpdate, profileConfigure, profileUnconfigure, profileVerifyConfigurationprofileActivate, profileInitialize, profileLoad, profilePassivate, profilePostCreate, profileRemove, profileStore, profileVerify, setProfileContext, unsetProfileContextgetX, setX@UsageParametersInterface public abstract ExampleUsageParametersInterface getDefaultUsageParameterSet()
public abstract ExampleUsageParametersInterface getUsageParameterSet(String name) throws javax.slee.usage.UnrecognizedUsageParameterSetNameException
javax.slee.usage.UnrecognizedUsageParameterSetNameExceptionpublic void blabla()
blabla in interface ExampleProfileManagementInterfaceCopyright © 2016. All rights reserved.