org.glassfish.api.naming
Interface JNDIBinding


@Contract
public interface JNDIBinding

A contract that describes a binding in the component namespace


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

Method Detail

getName

String getName()
Returns the logical name in the component namespace

Returns:
the logical name in the component namespace

getValue

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.