Package com.anylogic.engine.connectivity
- java.lang.Object
-
- com.anylogic.engine.connectivity.ConnectivityBase
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
Database
,DatabaseAccessor
public abstract class ConnectivityBase
extends java.lang.Object
implements java.io.Serializable
Base class for all connectivity objects
- Author:
- AnyLogic North America, LLC https://anylogic.com
- See Also:
- Serialized Form
void |
destroy() |
Releases resources acquired by this object
Also destroys all not destroyed contributors associated with this object Doest nothing if object is already destroyed |
java.lang.String |
getName() |
Returns the name of this object
|
java.lang.String |
toString() |
|
Modifier and Type | Method | Description |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
public final java.lang.String getName()
Returns the name of this object
- Returns:
- the name of this object
public final void destroy()
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 java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
How can we improve this article?
-