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

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

public class CustomWorkContext_A
extends java.lang.Object
implements WorkContext

See Also:
Serialized Form

Constructor Summary
CustomWorkContext_A()
           
 
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_A

public CustomWorkContext_A()
Method Detail

getName

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

getDescription

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


Copyright © 2012 GlassFish Community. All Rights Reserved.