org.apache.geronimo.network.protocol.control.commands
Interface MenuItem

All Known Implementing Classes:
MenuItemPacketField, SetAttributeMenuItem, SetReferenceMenuItem

public interface MenuItem

Version:
$Revision: 1.2 $ $Date: 2004/03/10 09:59:14 $

Field Summary
static byte ATTRIBUTE
           
static byte CREATE
           
static byte REFERENCE
           
static byte RESERVED
           
 
Method Summary
 Object execute(ControlContext context)
           
 Collection getBuffers()
           
 

Field Detail

CREATE

public static final byte CREATE
See Also:
Constant Field Values

ATTRIBUTE

public static final byte ATTRIBUTE
See Also:
Constant Field Values

REFERENCE

public static final byte REFERENCE
See Also:
Constant Field Values

RESERVED

public static final byte RESERVED
See Also:
Constant Field Values
Method Detail

getBuffers

public Collection getBuffers()

execute

public Object execute(ControlContext context)
               throws ControlException
Throws:
ControlException


Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.