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

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

public class CustomWorkContext_B
extends CustomWorkContext_A

See Also:
Serialized Form

Constructor Summary
CustomWorkContext_B()
           
 
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_B

public CustomWorkContext_B()
Method Detail

getName

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

getDescription

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


Copyright © 2012 GlassFish Community. All Rights Reserved.