I've disabled all built-in business transactions except for POJO. I've added a custom POJO transaction with the class name "java.nio.channels.DatagramChannel" and the method name "receive". Nothing is being displayed in the Business Transactions for this method call, however. I also have a custom POJO transaction for "java.nio.channels.DatagramChannel" and the method name "send" which also displays nothing.
Is there something else I have to do to get a custom POJO transaction to get logged and displayed?