Uses of Class
org.wildfly.common.annotation.NotNull
-
Packages that use NotNull Package Description org.jboss.ejb.client.legacy org.jboss.ejb.server org.wildfly.common Common classes for a variety of purposes.org.wildfly.common.context Types related to management of contextual objects.org.wildfly.common.lock Classes which provide basic lock types.org.wildfly.common.xml Classes which create XML related factories with safe defaults.org.wildfly.httpclient.common -
-
Uses of NotNull in org.jboss.ejb.client.legacy
Methods in org.jboss.ejb.client.legacy with annotations of type NotNull Modifier and Type Method Description static ContextManager<JBossEJBProperties>JBossEJBProperties. getContextManager()Get the context manager.ContextManager<JBossEJBProperties>JBossEJBProperties. getInstanceContextManager()Get the context manager. -
Uses of NotNull in org.jboss.ejb.server
Methods in org.jboss.ejb.server with annotations of type NotNull Modifier and Type Method Description Map<String,Object>InvocationRequest.Resolved. getAttachments()Get the invocation attachment map.EJBIdentifierRequest. getEJBIdentifier()Get the identifier of the target Enterprise Beans.EJBLocator<?>InvocationRequest.Resolved. getEJBLocator()Get the Enterprise Beans locator of the request.EJBMethodLocatorInvocationRequest. getMethodLocator()Get the Enterprise Beans method locator.Object[]InvocationRequest.Resolved. getParameters()Get the method invocation parameters.default AffinityInvocationRequest.Resolved. getWeakAffinity()Get the weak affinity of the request.<T> CancelHandleAssociation. receiveInvocationRequest(InvocationRequest invocationRequest)Receive and execute an invocation request.CancelHandleAssociation. receiveSessionOpenRequest(SessionOpenRequest sessionOpenRequest)Receive and execute a session open request.ListenerHandleAssociation. registerClusterTopologyListener(ClusterTopologyListener clusterTopologyListener)Register a cluster topology listener.ListenerHandleAssociation. registerModuleAvailabilityListener(ModuleAvailabilityListener moduleAvailabilityListener)Register a module availability listener.Method parameters in org.jboss.ejb.server with annotations of type NotNull Modifier and Type Method Description voidRequest. convertToStateful(SessionID sessionId)Attempt to convert the current invocation into a stateful invocation.<T> CancelHandleAssociation. receiveInvocationRequest(InvocationRequest invocationRequest)Receive and execute an invocation request.CancelHandleAssociation. receiveSessionOpenRequest(SessionOpenRequest sessionOpenRequest)Receive and execute a session open request.ListenerHandleAssociation. registerClusterTopologyListener(ClusterTopologyListener clusterTopologyListener)Register a cluster topology listener.ListenerHandleAssociation. registerModuleAvailabilityListener(ModuleAvailabilityListener moduleAvailabilityListener)Register a module availability listener.default voidRequest. updateStrongAffinity(Affinity affinity)Hint to the implementation that the strong affinity of the client proxy should be updated if possible.default voidRequest. updateWeakAffinity(Affinity affinity)Hint to the implementation that the weak affinity of the client proxy should be updated if possible.voidRequest. writeException(Exception exception)Write a message indicating that an exception was thrown by the operation. -
Uses of NotNull in org.wildfly.common
Methods in org.wildfly.common with annotations of type NotNull Modifier and Type Method Description static <T> TAssert. assertHoldsLock(T monitor)Assert that the given monitor is held by the current thread.static <T> TAssert. assertNotHoldsLock(T monitor)Assert that the given monitor is not held by the current thread.static <T> TAssert. assertNotNull(T value)Assert that the value is notnull.static boolean[]Assert. checkNotEmptyParam(String name, boolean[] value)Check that the named parameter is not empty.static byte[]Assert. checkNotEmptyParam(String name, byte[] value)Check that the named parameter is not empty.static double[]Assert. checkNotEmptyParam(String name, double[] value)Check that the named parameter is not empty.static float[]Assert. checkNotEmptyParam(String name, float[] value)Check that the named parameter is not empty.static int[]Assert. checkNotEmptyParam(String name, int[] value)Check that the named parameter is not empty.static long[]Assert. checkNotEmptyParam(String name, long[] value)Check that the named parameter is not empty.static short[]Assert. checkNotEmptyParam(String name, short[] value)Check that the named parameter is not empty.static CharSequenceAssert. checkNotEmptyParam(String name, CharSequence value)Check that the named parameter is not empty.static StringAssert. checkNotEmptyParam(String name, String value)Check that the named parameter is not empty.static <E,T extends Collection<E>>
TAssert. checkNotEmptyParam(String name, T value)Check that the named parameter is not empty.static <K,V,T extends Map<K,V>>
TAssert. checkNotEmptyParam(String name, T value)Check that the named parameter is not empty.static <T> T[]Assert. checkNotEmptyParam(String name, T[] value)Check that the named parameter is not empty.static <T> TAssert. checkNotNullArrayParam(String name, int index, T value)Check that a value within the named array parameter is notnull.static <T> TAssert. checkNotNullParam(String name, T value)Check that the named parameter is notnull.static <T> TAssert. checkNotNullParamWithNullPointerException(String name, T value)Check that the named parameter is notnull, using aNullPointerExceptionas some specifications require.static IllegalStateExceptionAssert. impossibleSwitchCase(int val)Return an exception indicating that the current switch case was intended to be unreachable.static IllegalStateExceptionAssert. impossibleSwitchCase(long val)Return an exception indicating that the current switch case was intended to be unreachable.static IllegalStateExceptionAssert. impossibleSwitchCase(Object obj)Return an exception indicating that the current switch case was intended to be unreachable.static UnsupportedOperationExceptionAssert. unsupported()Return an exception explaining that the caller's method is not supported.Method parameters in org.wildfly.common with annotations of type NotNull Modifier and Type Method Description static <T> TAssert. assertHoldsLock(T monitor)Assert that the given monitor is held by the current thread.static <T> TAssert. assertNotHoldsLock(T monitor)Assert that the given monitor is not held by the current thread.static IllegalStateExceptionAssert. impossibleSwitchCase(Object obj)Return an exception indicating that the current switch case was intended to be unreachable. -
Uses of NotNull in org.wildfly.common.context
Methods in org.wildfly.common.context with annotations of type NotNull Modifier and Type Method Description ContextManager<C>Contextual. getInstanceContextManager()Get the context manager for this object.ContextPermissionContextPermission. withActions(String actions)Create a copy of this permission with the additional given actions.ContextPermissionContextPermission. withoutActions(String actions)Create a copy of this permission without any of the given actions. -
Uses of NotNull in org.wildfly.common.lock
Methods in org.wildfly.common.lock with annotations of type NotNull Modifier and Type Method Description static ExtendedLockLocks. reentrantLock()Create a standard reentrantExtendedLockwith the default fairness policy.static ExtendedLockLocks. reentrantLock(boolean fair)Create a standard reentrantExtendedLockwith the given fairness policy.static ExtendedLockLocks. spinLock()Create a spin lock. -
Uses of NotNull in org.wildfly.common.xml
Methods in org.wildfly.common.xml with annotations of type NotNull Modifier and Type Method Description static DocumentBuilderFactoryDocumentBuilderFactoryUtil. create()Factory generated with secure defaults.static SAXParserFactorySAXParserFactoryUtil. create()static TransformerFactoryTransformerFactoryUtil. create()static XMLInputFactoryXMLInputFactoryUtil. create()Factory generated with secure defaults.static XMLReaderXMLReaderFactoryUtil. create()Factory generated with secure defaults. -
Uses of NotNull in org.wildfly.httpclient.common
Method parameters in org.wildfly.httpclient.common with annotations of type NotNull Modifier and Type Method Description org.jboss.marshalling.MarshallerHttpMarshallerFactory. createMarshaller(org.jboss.marshalling.ClassResolver resolver, org.jboss.marshalling.ObjectTable table)Creates aMarshallerconfigured with a class resolver and an object table.org.jboss.marshalling.MarshallerHttpMarshallerFactory. createMarshaller(org.jboss.marshalling.ClassResolver resolver, org.jboss.marshalling.ObjectTable table)Creates aMarshallerconfigured with a class resolver and an object table.org.jboss.marshalling.MarshallerHttpMarshallerFactory. createMarshaller(org.jboss.marshalling.ObjectResolver resolver)Creates aMarshallerconfigured with an object resolver.org.jboss.marshalling.MarshallerHttpMarshallerFactory. createMarshaller(org.jboss.marshalling.ObjectResolver resolver, org.jboss.marshalling.ObjectTable table)Creates aMarshallerconfigured with an object resolver and an object table.org.jboss.marshalling.MarshallerHttpMarshallerFactory. createMarshaller(org.jboss.marshalling.ObjectResolver resolver, org.jboss.marshalling.ObjectTable table)Creates aMarshallerconfigured with an object resolver and an object table.org.jboss.marshalling.MarshallerHttpMarshallerFactory. createMarshaller(org.jboss.marshalling.ObjectTable table)Creates aMarshallerconfigured with an object table.org.jboss.marshalling.UnmarshallerHttpMarshallerFactory. createUnmarshaller(ClassLoader cl)Creates anUnmarshallerconfigured with a class resolver.org.jboss.marshalling.UnmarshallerHttpMarshallerFactory. createUnmarshaller(org.jboss.marshalling.ClassResolver resolver)Creates anUnmarshallerconfigured with a class resolver.org.jboss.marshalling.UnmarshallerHttpMarshallerFactory. createUnmarshaller(org.jboss.marshalling.ClassResolver resolver, org.jboss.marshalling.ObjectTable table)Creates anUnmarshallerconfigured with a class resolver and an object table.org.jboss.marshalling.UnmarshallerHttpMarshallerFactory. createUnmarshaller(org.jboss.marshalling.ClassResolver resolver, org.jboss.marshalling.ObjectTable table)Creates anUnmarshallerconfigured with a class resolver and an object table.org.jboss.marshalling.UnmarshallerHttpMarshallerFactory. createUnmarshaller(org.jboss.marshalling.ObjectResolver resolver)Creates anUnmarshallerconfigured with an object resolver.org.jboss.marshalling.UnmarshallerHttpMarshallerFactory. createUnmarshaller(org.jboss.marshalling.ObjectResolver resolver, org.jboss.marshalling.ObjectTable table)Creates anUnmarshallerconfigured with an object resolver and an object table.org.jboss.marshalling.UnmarshallerHttpMarshallerFactory. createUnmarshaller(org.jboss.marshalling.ObjectResolver resolver, org.jboss.marshalling.ObjectTable table)Creates anUnmarshallerconfigured with an object resolver and an object table.org.jboss.marshalling.UnmarshallerHttpMarshallerFactory. createUnmarshaller(org.jboss.marshalling.ObjectTable table)Creates anUnmarshallerconfigured with an object table.
-