Authenticator authenticator,
Map properties)
throws ResourceException {
super(handler, authenticator, properties);
addManagedConnectionFactory(new TCPManagedConnectionFactory());
addManagedConnectionFactory(new TCPSManagedConnectionFactory());
addManagedConnectionFactory(new VMManagedConnectionFactory());
addManagedConnectionFactory(new RMIManagedConnectionFactory());
addManagedConnectionFactory(new HTTPManagedConnectionFactory());
addManagedConnectionFactory(new HTTPSManagedConnectionFactory());
}