public class Provider extends Object
| Modifier and Type | Class and Description | 
|---|---|
| static class  | Provider.TypeThis inner class defines the Provider type. | 
| Constructor and Description | 
|---|
| Provider(Provider.Type type,
        String protocol,
        String classname,
        String vendor,
        String version)Create a new provider of the specified type for the specified
 protocol. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getClassName()Returns the name of the class that implements the protocol. | 
| String | getProtocol()Returns the protocol supported by this Provider. | 
| Provider.Type | getType()Returns the type of this Provider. | 
| String | getVendor()Returns the name of the vendor associated with this implementation
 or null. | 
| String | getVersion()Returns the version of this implementation or null if no version. | 
| String | toString()Overrides Object.toString() | 
public Provider(Provider.Type type, String protocol, String classname, String vendor, String version)
type - Type.STORE or Type.TRANSPORTprotocol - valid protocol for the typeclassname - class name that implements this protocolvendor - optional string identifying the vendor (may be null)version - optional implementation version string (may be null)public Provider.Type getType()
public String getProtocol()
public String getClassName()
public String getVendor()
public String getVersion()
Copyright © 2018 JBoss by Red Hat. All rights reserved.