Class ApplicationScopedResourceBinding
- java.lang.Object
-
- org.glassfish.resourcebase.resources.naming.ApplicationScopedResourceBinding
-
- All Implemented Interfaces:
JNDIBinding
public class ApplicationScopedResourceBinding extends Object implements JNDIBinding
resource binding for application scoped resource- Author:
- Jagadish Ramu
-
-
Constructor Summary
Constructors Constructor Description ApplicationScopedResourceBinding(String name, Object value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()Returns the logical name in the component namespaceObjectgetValue()Returns the value to be bound against the logical name
-
-
-
Method Detail
-
getName
public String getName()
Description copied from interface:JNDIBindingReturns the logical name in the component namespace- Specified by:
getNamein interfaceJNDIBinding- Returns:
- the logical name in the component namespace
-
getValue
public Object getValue()
Description copied from interface:JNDIBindingReturns the value to be bound against the logical name- Specified by:
getValuein interfaceJNDIBinding- Returns:
- the value to be bound against the logical name
-
-