151152153154155156157158159160161
{ // // tell the sg that owns us to remove us from its collection // ServiceGroup sg = (ServiceGroup)getServiceGroup().getCapability(WssgConstants.SERVICE_GROUP_URI); sg.removeEntry(getWsResource()); super.shutdown(); } public Element toXML()
155156157158159160161162163164165