GracefulShutdown gracefulShutdown = container.getGracefulShutdown();
assertEquals( 0, gracefulShutdown.getTimeOffline() );
assertEquals( 32767, gracefulShutdown.getDelay() );
// Check the length
assertEquals( 0x06, gracefulShutdown.computeLength() );
// Check the encoding
try
{
ByteBuffer bb1 = gracefulShutdown.encode();