com.sun.enterprise.connectors.work.context
Class CustomWorkContext_D

java.lang.Object
  extended by com.sun.enterprise.connectors.work.context.CustomWorkContext_A
      extended by com.sun.enterprise.connectors.work.context.CustomWorkContext_B
          extended by com.sun.enterprise.connectors.work.context.CustomWorkContext_D
All Implemented Interfaces:
java.io.Serializable, WorkContext

public class CustomWorkContext_D
extends CustomWorkContext_B

See Also:
Serialized Form

Constructor Summary
CustomWorkContext_D()
           
 
Method Summary
 java.lang.String getDescription()
           
 java.lang.String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomWorkContext_D

public CustomWorkContext_D()
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface WorkContext
Overrides:
getName in class CustomWorkContext_B

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in interface WorkContext
Overrides:
getDescription in class CustomWorkContext_B


Copyright © 2012 GlassFish Community. All Rights Reserved.