Vertaling van "getInstance" in Duits
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
getInstance() is used to retrieve a front controller instance.
getInstance() wird benutzt, um eine Front-Controller Instanz zu erhalten.
getInstance() - Static method in class ianywhere.qanywhere.client.
getInstance() - Statische Methode in Klasse ianywhere.qanywhere.client.
Please replace $database = new database(); by $database = WbDatabase::getInstance()
Bitte ersetzen Sie $database = new database(); durch $database = WbDatabase::getInstance()
It fetches a front controller instance (via getInstance(), registers the path provided via setControllerDirectory(), and finally dispatches.
Sie holt sich eine Front-Controller-Instanz (mit getInstance(), registriert den angegebenen Pfad mit setControllerDirectory(), und dispatcht schlussendlich.
Use the getInstance or getRegisteredInstance method to create an instance of this class.
Mit der Methode getInstance oder getRegisteredInstance können Sie eine Instanz dieser Klasse erstellen.
Because it also is a [PROD140] MethodServer, it is possible to access it via RMI using the getInstance() method of the RemoteMethodServer class.
Da der [PROD140]Adapter auch gleichzeitig MethodServer ist, können Sie auf ihn über RMI mit der Methode getInstance() der RemoteMethodServer-Klasse zugreifen.
For the following classes, the GetInstance() operation fails for some instances.
Bei den folgenden Klassen schlägt der Vorgang GetInstance()bei einigen Instanzen fehl.
getInstance() Methode neu angelegt. The JProfiler class provides getInstance method that we can call statically.
Die Klasse JProfiler bietet eine getInstance() Methode welche wir statisch aufrufen können.
Since the class initialization phase is guaranteed by the JLS to be sequential, i.e., non-concurrent, no further synchronization is required in the static getInstance method during loading and initialization.
Da die Initialisierungsphase einer Klasse laut der JLS garantiert seriell, also nicht-parallel, abläuft, ist keine weitere Synchronisierung in der statischen Methode getInstance während des Ladens und der Initialisierung nötig.
And since the initialization phase writes the static variable INSTANCE in a sequential operation, all subsequent concurrent invocations of the getInstance will return the same correctly initialized INSTANCE without incurring any additional synchronization overhead.
Da die Initialisierungsphase die statische Variable INSTANCE in einer seriellen Operation beschreibt geben alle parallelen Aufrufe der getInstance Methode dieselbe, korrekt initialisierte Variable INSTANCE zurück.
Use the getInstance method to retrieve this value. STORENAME
DataManager is a singleton class, use getInstance() instead