Movatterモバイル変換


[0]ホーム

URL:


         


Class Provider

java.lang.Object  |  +--javax.mail.Provider

public classProvider
extends java.lang.Object

The Provider is a class that describes a protocol implementation. The values come from the javamail.providers & javamail.default.providers resource files.


Provider.Type
          This inner class defines the Provider type.
 
getClassName()
          Returns name of the class that implements the protocol
getProtocol()
          Returns the protocol supported by this Provider
getType()
          Returns the type of this Provider
getVendor()
          Returns name of vendor associated with this implementation or null
getVersion()
          Returns version of this implementation or null if no version
toString()
          Overrides Object.toString()
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

getType

publicProvider.TypegetType()
Returns the type of this Provider

getProtocol

public java.lang.StringgetProtocol()
Returns the protocol supported by this Provider

getClassName

public java.lang.StringgetClassName()
Returns name of the class that implements the protocol

getVendor

public java.lang.StringgetVendor()
Returns name of vendor associated with this implementation or null

getVersion

public java.lang.StringgetVersion()
Returns version of this implementation or null if no version

toString

public java.lang.StringtoString()
Overrides Object.toString()
Overrides:
toString in classjava.lang.Object

         


[8]ページ先頭

©2009-2025 Movatter.jp