14 lines
225 B
Ruby
14 lines
225 B
Ruby
# -*- coding: binary -*-
|
|
|
|
module Msf
|
|
module Java
|
|
module Jmx
|
|
module Mbean
|
|
require 'msf/java/jmx/mbean/server_connection'
|
|
|
|
include Msf::Java::Jmx::Mbean::ServerConnection
|
|
end
|
|
end
|
|
end
|
|
end
|