// Handle "hello" on redirector for all objects with key starting 0xFF.
if (key [ 0 ] == 0x7F)
{
ORB orb = ORB.init(new String[ 0 ], null);
org.omg.CORBA.Object redir = poa_POA_test.readIOR("redirector", orb);
throw new ForwardRequest("redirecting", redir);
}
String s = array(key) + "/" + poa.the_name();
incarnations.add(s);
return new poa_Servant();