Package com.anylogic.engine.connectivity
- java.lang.Object
- com.anylogic.engine.connectivity.ConnectivityBase
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
Database
,DatabaseAccessor
@Deprecated public abstract class ConnectivityBase extends Object implements Serializable
Deprecated.
- Author:
- AnyLogic North America, LLC https://anylogic.com
- See Also:
- Serialized Form
Modifier and Type | Method | Description |
---|---|---|
final void | destroy() |
Deprecated.
Releases resources acquired by this object
Also destroys all not destroyed contributors associated with this object Doest nothing if object is already destroyed |
final String | getName() |
Deprecated.
Returns the name of this object
|
String | toString() |
Deprecated.
|
public final String getName()
Deprecated.
Returns the name of this object
- Returns:
- the name of this object
public final void destroy()
Deprecated.
Releases resources acquired by this object
Also destroys all not destroyed contributors associated with this object
Doest nothing if object is already destroyed
Also destroys all not destroyed contributors associated with this object
Doest nothing if object is already destroyed
public String toString()
Deprecated.
Database
API instead.