org.glassfish.api.naming
Interface JNDIBinding


@Contract
public interface JNDIBinding

A contract that describes a binding in the component namespace


Method Summary
 java.lang.String getName()
          Returns the logical name in the component namespace
 java.lang.Object getValue()
          Returns the value to be bound against the logical name
 

Method Detail

getName

java.lang.String getName()
Returns the logical name in the component namespace

Returns:
the logical name in the component namespace

getValue

java.lang.Object getValue()
Returns the value to be bound against the logical name

Returns:
the value to be bound against the logical name


Copyright © 2012 GlassFish Community. All Rights Reserved.