Uses of Enum
com.ibm.ws.container.service.naming.NamingConstants.JavaColonNamespace
Packages that use NamingConstants.JavaColonNamespace
-
Uses of NamingConstants.JavaColonNamespace in com.ibm.ws.container.service.naming
Methods in com.ibm.ws.container.service.naming that return NamingConstants.JavaColonNamespaceModifier and TypeMethodDescriptionThis method returns an instance of the enum based on the passed-in string name.Returns the enum constant of this type with the specified name.static NamingConstants.JavaColonNamespace[]
NamingConstants.JavaColonNamespace.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ibm.ws.container.service.naming with parameters of type NamingConstants.JavaColonNamespaceModifier and TypeMethodDescriptionJavaColonNamingHelper.getObjectInstance
(NamingConstants.JavaColonNamespace namespace, String name) This method is called by JNDI during lookups.RemoteJavaColonNamingHelper.getRemoteObjectInstance
(NamingConstants.JavaColonNamespace namespace, String name) This method is called by JNDI during lookups.boolean
JavaColonNamingHelper.hasObjectWithPrefix
(NamingConstants.JavaColonNamespace namespace, String name) boolean
RemoteJavaColonNamingHelper.hasRemoteObjectWithPrefix
(NamingConstants.JavaColonNamespace namespace, String name) Collection<? extends NameClassPair>
JavaColonNamingHelper.listInstances
(NamingConstants.JavaColonNamespace namespace, String nameInContext) Collection<? extends NameClassPair>
RemoteJavaColonNamingHelper.listRemoteInstances
(NamingConstants.JavaColonNamespace namespace, String nameInContext) Constructors in com.ibm.ws.container.service.naming with parameters of type NamingConstants.JavaColonNamespaceModifierConstructorDescriptionJavaColonNamespaceBindings
(NamingConstants.JavaColonNamespace namespace, JavaColonNamespaceBindings.ClassNameProvider<T> nameProvider)